Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6c122f6

Browse files
refactor: remove back to sei website text from dashboard (#547)
1 parent 8b8d56a commit 6c122f6

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

components/Layout/Layout.tsx

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,15 @@ export default function Layout({ title, description, children }: LayoutProps) {
6666
{/* NAVBAR */}
6767
<aside className="inset-y-0 hidden w-72 overflow-y-scroll border-r-2 bg-secondary px-8 py-5 lg:fixed lg:flex lg:flex-col">
6868
<div className="flex flex-1">
69-
<nav className="mt-10 flex flex-col">
70-
<Link href="/" className="font-iregular text-quinary">
71-
&lt; Back to SEI website
72-
</Link>
73-
74-
<div className="my-4">
69+
<nav className="mt-8 flex flex-col">
70+
<Link href="/" className="pb-8">
7571
<Image
7672
src="/images/sei-logo.svg"
7773
alt="SEI Logo"
7874
width="220"
7975
height="120"
8076
/>
81-
</div>
82-
83-
{user.type === "attendee" && (
84-
<div className="text-md mt-2 mb-4 text-white">
85-
<p className="font-ibold">You have:</p>
86-
<p className="font-iregular">💰 {user.token_balance} Tokens</p>
87-
</div>
88-
)}
77+
</Link>
8978

9079
{links.map((link) => (
9180
<ActiveLink
@@ -173,7 +162,7 @@ function MobileNavbar({
173162
>
174163
<aside className="flex h-full flex-col justify-between">
175164
<div>
176-
<div className="flex justify-between">
165+
<div className="flex items-center justify-between">
177166
<Link href="/" className="font-iregular text-quinary">
178167
<Image
179168
src="/images/sei-logo.svg"

0 commit comments

Comments
 (0)