fix(ui): increase spacing between About/Tutorial/Extend links
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
00df328214
commit
790b5e5005
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ defaultLayout inner =
|
|||
<nav class="bg-white border-b border-gray-200 px-6 py-3 flex items-center">
|
||||
<a href={LandingAction} class="font-semibold text-indigo-600">inter-hub</a>
|
||||
<div class="ml-auto flex items-center" style="gap:2rem">
|
||||
<div class="flex items-center gap-5">
|
||||
<div class="flex items-center" style="gap:1.75rem">
|
||||
<a href={CapabilitiesAction} class="text-sm text-gray-500 hover:text-gray-900">About</a>
|
||||
<a href={TutorialAction} class="text-sm text-gray-500 hover:text-gray-900">Tutorial</a>
|
||||
<a href={ExtensionGuideAction} class="text-sm text-gray-500 hover:text-gray-900">Extend</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue