Skip to content

Commit

Permalink
update footer and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanstatescu committed Aug 30, 2022
1 parent a2f1efa commit 9221f22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function Footer(props: any) {
href="https://github.com/creativetimofficial/soft-ui-dashboard-tailwind"
target="_blank"
rel="noreferrer"
className="underline"
>
soft-ui-dashboard-tailwind
</a>
Expand Down
2 changes: 2 additions & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export default function Document() {
<Head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" />

<link rel="shortcut icon" href="favicon.png" type="image/png" />

<script defer data-domain="mint-demo.elrondgiants.com" src="https://plausible.io/js/plausible.js"></script>
</Head>
<body>
Expand Down
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 9221f22

@vercel
Copy link

@vercel vercel bot commented on 9221f22 Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.