added contact icons
This commit is contained in:
parent
cad92ebfe9
commit
2e21a843f2
|
@ -35,6 +35,28 @@ let ContactIcons = () => {
|
|||
dangerouslySetInnerHTML={{ __html: icons.siActivitypub.svg }}>
|
||||
</i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://misskey.winscloud.net/@winsdominoes" className="text-gray-500 hover:text-gray-900 dark:hover:text-white dark:text-gray-400">
|
||||
<i
|
||||
className="w-7 h-7 transition ease-in-out delay-60 opacity-60 hover:opacity-100 hover:scale-105 duration-300"
|
||||
style={
|
||||
{['width']: '30px', ['height']: '30px', ['fill']: 'white', ['display']: 'inline-block'}
|
||||
}
|
||||
dangerouslySetInnerHTML={{ __html: icons.siMisskey.svg }}>
|
||||
</i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://pixelfed.winscloud.net/@winsdominoes" className="text-gray-500 hover:text-gray-900 dark:hover:text-white dark:text-gray-400">
|
||||
<i
|
||||
className="w-7 h-7 transition ease-in-out delay-60 opacity-60 hover:opacity-100 hover:scale-105 duration-300"
|
||||
style={
|
||||
{['width']: '30px', ['height']: '30px', ['fill']: 'white', ['display']: 'inline-block'}
|
||||
}
|
||||
dangerouslySetInnerHTML={{ __html: icons.siPixelfed.svg }}>
|
||||
</i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://matrix.to/#/@winsdominoes:matrix.winscloud.net" className="text-gray-500 hover:text-gray-900 dark:hover:text-white dark:text-gray-400">
|
||||
|
|
|
@ -98,7 +98,7 @@ export default function Home() {
|
|||
<ContactButton
|
||||
platform="activitypub"
|
||||
title="See more posts?"
|
||||
description="Check updates on my Fediverse!"
|
||||
description="Check updates on my fediverse profile!"
|
||||
href="https://fedi.winscloud.net/@winsdominoes"
|
||||
username="@winsdominoes"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue