Skip to content

Commit

Permalink
Merge pull request #63 from gurkult/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
fisher60 authored Feb 7, 2022
2 parents 6e83fc7 + dcfa3e5 commit 0a50625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 48 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/push-container.yml

This file was deleted.

8 changes: 4 additions & 4 deletions reagurk/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export default function Footer(): JSX.Element {
Made with ♥ in Gurkland
</p>
<span className="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a className="text-gray-400" href={github}>
<img className='w-10 pt-6 ' src={githubIcon} />
<a className="text-gray-400" target="_blank" rel="noreferrer" href={github}>
<img className="w-10 pt-6" src={githubIcon} />
</a>
<a className="ml-3 text-gray-400" href={serverInvite}>
<img className='w-10 pt-7' src={discordIcon} />
<a className="ml-3 text-gray-400" target="_blank" rel="noreferrer" href={serverInvite}>
<img className="w-10 pt-7" src={discordIcon} />
</a>
</span>
</div>
Expand Down

0 comments on commit 0a50625

Please sign in to comment.