Skip to content

Commit

Permalink
fix: link and copies (#32)
Browse files Browse the repository at this point in the history
* update header title

* fix link in footer

* change footer copy

* change footer layout
  • Loading branch information
agus-xyz authored Aug 8, 2022
1 parent 77ef0ac commit 9983794
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/Layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Header: React.FC = () => {
<div className="d-flex flex-justify-center flex-items-center">
<FontanaSVG width={27} />
<h4 className="ml-3 text-bold color-white" style={{ color: "white" }}>
Fontana - The Solana SPL multi-token generic faucet
Fontana - A simple dashboard to manage Solana SPL tokens
</h4>
</div>
<div className="d-flex flex-justify-center flex-items-center">
Expand Down
13 changes: 6 additions & 7 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,15 @@ const Home: NextPage<{ HAS_MONGO_URI: boolean }> = ({ HAS_MONGO_URI }) => {
</div>
<Toast />
<footer>
{version && <p className="color-fg-muted">Fontana {version}. </p>}
<p className="color-fg-muted">
with{" "}
With{" "}
<StyledOcticon icon={HeartFillIcon} size={16} color="#666666" />{" "}
From{" "}
<a href="https://divfish.studio/">
from{" "}
<a href="https://boxfish.studio/">
<u>Boxfish Studio</u>
</a>
, SL.
</p>
{version && <p className="color-fg-muted">Version: {version}</p>}
</a>
</p>
</footer>
</div>
</>
Expand Down

0 comments on commit 9983794

Please sign in to comment.