App: restyle buttons
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import React, { Suspense } from "react";
|
||||
|
||||
import { Info, Toolbar, IconGrid } from "../";
|
||||
import { Info, Toolbar, IconGrid, Header } from "../";
|
||||
import { Heart, Droid } from "phosphor-react";
|
||||
import "./App.css";
|
||||
import Header from "../Header/Header";
|
||||
|
||||
const App: React.FC<any> = () => {
|
||||
return (
|
||||
@@ -50,20 +49,37 @@ const App: React.FC<any> = () => {
|
||||
Copyright © 2020 Phosphor Icons
|
||||
<br />
|
||||
Phosphor Icons is designed by{" "}
|
||||
<a className="main-link" href="https://helenazhang.com">Helena Zhang</a> + built by{" "}
|
||||
<a className="main-link" href="https://tobiasfried.com">Tobias Fried</a>.
|
||||
<a className="main-link" href="https://helenazhang.com">
|
||||
Helena Zhang
|
||||
</a>{" "}
|
||||
+ built by{" "}
|
||||
<a className="main-link" href="https://tobiasfried.com">
|
||||
Tobias Fried
|
||||
</a>
|
||||
.
|
||||
<br />
|
||||
This website is set in{" "}
|
||||
<a className="main-link" href="https://manropefont.com/">Manrope</a> by{" "}
|
||||
<a className="main-link" href="https://gent.media/">Mikhail Sharanda</a>.
|
||||
<a className="main-link" href="https://manropefont.com/">
|
||||
Manrope
|
||||
</a>{" "}
|
||||
by{" "}
|
||||
<a className="main-link" href="https://gent.media/">
|
||||
Mikhail Sharanda
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
<p>
|
||||
See also: <Droid size={20} />{" "}
|
||||
<a className="main-link" href="https://play.google.com/store/apps/details?id=com.tobiasfried.phosphor">
|
||||
<a
|
||||
className="main-link"
|
||||
href="https://play.google.com/store/apps/details?id=com.tobiasfried.phosphor"
|
||||
>
|
||||
Phosphor for Android
|
||||
</a>
|
||||
</p>
|
||||
<a className="main-link" href="#">Back to zee top</a>
|
||||
<a className="main-link" href="#">
|
||||
Back to zee top
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</Info>
|
||||
|
||||
Reference in New Issue
Block a user