feat: out-source footer and header
This commit is contained in:
14
src/Footer.tsx
Normal file
14
src/Footer.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
export default function Footer() {
|
||||
return <footer>
|
||||
<p className="grey">
|
||||
something not working?
|
||||
<br />
|
||||
message <a href="https://t.me/x0124816">me</a>.
|
||||
<br />
|
||||
or fix it here:{" "}
|
||||
<a href="https://git.0124816.xyz/julius/cutt" key="gitea">
|
||||
<img src="gitea.svg" alt="gitea" height="16" />
|
||||
</a>
|
||||
</p>
|
||||
</footer>
|
||||
}
|
||||
Reference in New Issue
Block a user