add source and issues links to footer, update meta info

This commit is contained in:
Joshua Seigler 2019-05-06 10:56:38 -04:00
parent 63b0344345
commit 70b54dae74
2 changed files with 6 additions and 8 deletions

View file

@ -3,9 +3,7 @@ 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>
<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>
);
}

View file

@ -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>