Merge pull request #2 from Hacking-in-Parallel-Berlin-22/tobias/add_wiki

add wiki to socials 🥳
This commit is contained in:
Leif Niemczik 2022-11-25 22:01:08 +01:00 committed by GitHub
commit 431ea6182e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -44,4 +44,13 @@ const { additionalClass } = Astro.props
><img src='/icons/github.svg' alt='' />
</a>
</li>
<li class='matrix'>
<a
href='https://wiki.hip-berlin.de/'
title='HiP 2022 Wiki'
rel='noopener noreferrer'
target='_blank'
><img src='/icons/wiki.svg' alt=''/>
</a>
</li>
</ul>