Skip to content

Commit

Permalink
update logo used in web3modal
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoMandar committed Jun 22, 2024
1 parent 643c98b commit c5c6ebb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/DashboardFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const commitHash = config.public.commitHash || 'dev';
<footer
class="bg-gradient-to-t from-slate-100 to-teal-50 dark:from-zinc-900 dark:via-gray-900 py-4 px-6 mt-auto flex justify-between lg:justify-center items-center rounded-xl">
<div class="flex gap-2">
<TitleAndLogo />
<h1 class="lg:hidden capitalize font-brand tracking-wider">ATOR</h1>
</div>

Expand Down
2 changes: 1 addition & 1 deletion config/web3modal.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const metadata = {
description:
'ATOR empowers the adoption and strength of the Tor network. ATOR Proof-of-Uptime and relay hardware allow users to earn passively while contributing to Tor.',
url: 'https://ator-dashboard.ar-io.dev/',
icons: ['/images/ator-logo.png'],
icons: ['/images/AtorLogo.png'],
};

export const getAtorAddress = () => {
Expand Down

0 comments on commit c5c6ebb

Please sign in to comment.