mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
Add Github shields to footer
This commit is contained in:
parent
d127be842a
commit
c16c3e7f7f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import style from './index.css';
|
||||||
export default function () {
|
export default function () {
|
||||||
return (
|
return (
|
||||||
<footer class={style.footer}>
|
<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>
|
<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/labels/bug'><img alt='GitHub issues: bugs' src='https://img.shields.io/github/issues-raw/seigler/bl3skills.com/bug' /></a> <a href='https://github.com/seigler/bl3skills.com/labels/enhancement'><img alt='GitHub issues: enhancements' src='https://img.shields.io/github/issues-raw/seigler/bl3skills.com/enhancement' /></a> <img alt='GitHub contributors' src='https://img.shields.io/github/contributors/seigler/bl3skills.com' /></span>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue