Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed Apr 23, 2024
1 parent e555727 commit d5790c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions documentation/components/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ const NavBar = () => {
const themeSwitch = useConfig().themeSwitch.component({lite: false, className: 'bg-white'});

return (
<div className="suins-nav-container sticky top-0 w-full bg-blurple z-10">
<div className="suins-nav-container sticky top-0 text-white w-full bg-blurple z-10">
<nav className="max-w-[110rem] grid grid-cols-12 h-16 gap-4 items-center">
<div className="col-span-3 ml-2">
<Link href="/">
<img className="w-4 mx-4 inline" src="/logo.svg"></img>
<h1 className="text-white bold hidden lg:inline">{logo}</h1>
</Link>
</div>
<div className="col-span-9 flex justify-end mr-8 items-center">
<div className="col-span-9 flex justify-end mr-8 items-center">
<ul>
<li>
<a href="https://suins.io/account/my-names" target="_blank">
<span className="external-link text-xs">
<span className="external-link text-xs ">
<span className='hidden sm:inline'>SuiNS </span>
Dashboard
</span>
Expand All @@ -36,4 +36,4 @@ const NavBar = () => {
)
}

export default NavBar;
export default NavBar;
2 changes: 1 addition & 1 deletion documentation/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Callout } from 'nextra/components'

Sui Name Service documentation details how to integrate Sui Name Service (SuiNS) with you projects. This includes ways to integrate using both the on-chain resolution, as well as off-chain resolution, depending on the use case.

The documentation is early in its development. As the site matures, the content will include instructio on how to use the SuiNS portal, as well.
The documentation is early in its development. As the site matures, the content will include instructions on how to use the SuiNS portal, as well.

## Active constants

Expand Down

0 comments on commit d5790c8

Please sign in to comment.