From 5b455cc2878077c998026a076385d6f61bb884f7 Mon Sep 17 00:00:00 2001 From: Surjith S M Date: Wed, 9 Nov 2022 18:48:17 +0530 Subject: [PATCH] fix nav --- README.md | 10 ++++++++++ src/components/navbar/navbar.astro | 4 ++++ src/components/ui/link.astro | 3 ++- src/layouts/Layout.astro | 7 +++++-- src/pages/blog.astro | 4 ++-- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0169d06..7b79f36 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ Astroship is a starter template for startups, marketing websites & landing pages This Free Template is sponsored by [Web3Templates](https://web3templates.com) +## Live Demo + +### [https://astroship.web3templates.com/](https://astroship.web3templates.com/) + +## Deploy on Vercel + +Click the below link to deploy this template on Vercel + +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/surjithctly/astroship) + ![image](https://user-images.githubusercontent.com/1884712/200831799-10ef2456-a02e-4068-b580-4b5326f0b33b.png) ## Installation diff --git a/src/components/navbar/navbar.astro b/src/components/navbar/navbar.astro index 8f67640..29706f7 100644 --- a/src/components/navbar/navbar.astro +++ b/src/components/navbar/navbar.astro @@ -96,6 +96,10 @@ const menuitems = [ )) } +
+ Log in + Sign up +