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
|
|
@ -3,6 +3,7 @@
|
|||
import {
|
||||
Dialog,
|
||||
DialogPanel,
|
||||
DialogTitle,
|
||||
Transition,
|
||||
TransitionChild,
|
||||
} from "@headlessui/react";
|
||||
|
|
@ -109,6 +110,9 @@ function MobileNavigationDialog({
|
|||
</TransitionChild>
|
||||
|
||||
<DialogPanel>
|
||||
<DialogTitle className="sr-only">
|
||||
Mobile navigation
|
||||
</DialogTitle>
|
||||
<TransitionChild
|
||||
enter="duration-300 ease-out"
|
||||
enterFrom="opacity-0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue