forked from jsnbuchanan/crowd-funder-for-time-pwa
Added back button
This commit is contained in:
@@ -1,10 +1,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<QuickNav selected="Profile"></QuickNav>
|
<QuickNav selected="Profile"></QuickNav>
|
||||||
<section id="Content" class="p-6 pb-24">
|
<section id="Content" class="p-6 pb-24">
|
||||||
<!-- Heading -->
|
<!-- Breadcrumb -->
|
||||||
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8">
|
<div id="ViewBreadcrumb" class="mb-8">
|
||||||
Switch Identities
|
<h1 class="text-lg text-center font-light relative px-7">
|
||||||
</h1>
|
<!-- Cancel -->
|
||||||
|
<router-link
|
||||||
|
:to="{ name: 'account' }"
|
||||||
|
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
|
||||||
|
><fa icon="chevron-left" class="fa-fw"></fa>
|
||||||
|
</router-link>
|
||||||
|
|
||||||
|
Switch Identity
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Identity List -->
|
<!-- Identity List -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user