mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
add source and issues links to footer, update meta info
This commit is contained in:
parent
63b0344345
commit
70b54dae74
2 changed files with 6 additions and 8 deletions
|
@ -3,9 +3,7 @@ import style from './index.css';
|
||||||
export default function () {
|
export default function () {
|
||||||
return (
|
return (
|
||||||
<footer class={style.footer}>
|
<footer class={style.footer}>
|
||||||
<span>Made with </span>
|
<span><a href='https://borderlands.com/'>Official Borderlands website</a> - <a href='https://github.com/seigler/bl3skills.com'>Source Code</a> - <a href='https://github.com/seigler/bl3skills.com/issues'>Issues</a></span>
|
||||||
<i class={ style.heart } />
|
|
||||||
<span> by <a href="https://github.com/seigler">Joshua Seigler</a></span>
|
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<meta name="mobile-web-app-capable" content="yes"/>
|
<meta name="mobile-web-app-capable" content="yes"/>
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<meta name="description" content="The universal PWA builder & CLI tool~!"/>
|
<meta name="description" content="Unofficial Borderlands 3 skill planner"/>
|
||||||
<link rel="shortcut icon" href="/assets/favicon.png"/>
|
<link rel="shortcut icon" href="/assets/favicon.png"/>
|
||||||
<link rel="manifest" href="/assets/manifest.json"/>
|
<link rel="manifest" href="/assets/manifest.json"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue