mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
docs: 📝 Add docs about federation
This commit is contained in:
parent
0856fd4fd9
commit
d1fd5c585c
14 changed files with 189 additions and 40 deletions
|
|
@ -87,7 +87,12 @@ function SocialLink({
|
|||
children: ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<Link href={href} className="group">
|
||||
<Link
|
||||
href={href}
|
||||
className="group"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<span className="sr-only">{children}</span>
|
||||
<Icon
|
||||
icon={icon}
|
||||
|
|
@ -112,8 +117,11 @@ function SmallPrint() {
|
|||
.
|
||||
</p>
|
||||
<div className="flex gap-4">
|
||||
<SocialLink href="#" icon="mdi:github">
|
||||
Follow us on GitHub
|
||||
<SocialLink
|
||||
href="https://github.com/lysand-org"
|
||||
icon="mdi:github"
|
||||
>
|
||||
Find us on GitHub
|
||||
</SocialLink>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue