chore: minor fix on footer; highlight on hover
This commit is contained in:
parent
e5907bbaa5
commit
8fe1ec0dda
23
src/App.jsx
23
src/App.jsx
@ -25,7 +25,7 @@ function App() {
|
|||||||
{address && (
|
{address && (
|
||||||
<a
|
<a
|
||||||
href={`https://hns.id/account/${address}`}
|
href={`https://hns.id/account/${address}`}
|
||||||
className="text-neutral-700 text-sm font-semibold uppercase hidden md:block"
|
className="text-neutral-700 text-sm font-semibold uppercase hidden md:block hover:text-neutral-500"
|
||||||
>
|
>
|
||||||
My Domains
|
My Domains
|
||||||
</a>
|
</a>
|
||||||
@ -44,16 +44,27 @@ function App() {
|
|||||||
<Search />
|
<Search />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<footer className="w-full border-t px-4 py-6 flex flex-col gap-4">
|
<footer className="w-full border-t px-4 py-6 flex flex-col lg:flex-row lg:justify-between gap-4">
|
||||||
<ul className="flex gap-8 text-neutral-700 text-sm font-medium uppercase">
|
<ul className="flex gap-8 text-neutral-700 text-sm font-medium uppercase">
|
||||||
<li>
|
<li>
|
||||||
<a href={`https://twitter.com/${TWITTER_HANDLE}`}>Twitter</a>
|
<a
|
||||||
</li>
|
className="hover:text-neutral-500"
|
||||||
<li>
|
href={`https://twitter.com/${TWITTER_HANDLE}`}
|
||||||
<a href="https://github.com/namebasehq/wallet-id">GitHub</a>
|
>
|
||||||
|
Twitter
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
|
className="hover:text-neutral-500"
|
||||||
|
href="https://github.com/namebasehq/wallet-id"
|
||||||
|
>
|
||||||
|
GitHub
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
className="hover:text-neutral-500"
|
||||||
href={`https://opensea.io/collection/handshake-slds?search[stringTraits][0][name]=TLD&search[stringTraits][0][values][0]=${TLD}`}
|
href={`https://opensea.io/collection/handshake-slds?search[stringTraits][0][name]=TLD&search[stringTraits][0][values][0]=${TLD}`}
|
||||||
>
|
>
|
||||||
OpenSea
|
OpenSea
|
||||||
|
Loading…
Reference in New Issue
Block a user