mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +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
|
@ -2,10 +2,8 @@ import style from './index.css';
|
|||
|
||||
export default function () {
|
||||
return (
|
||||
<footer class={ style.footer }>
|
||||
<span>Made with </span>
|
||||
<i class={ style.heart } />
|
||||
<span> by <a href="https://github.com/seigler">Joshua Seigler</a></span>
|
||||
<footer class={style.footer}>
|
||||
<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>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="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="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="manifest" href="/assets/manifest.json"/>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue