Skip to content

Commit

Permalink
Merge pull request #21 from akshay9085/main
Browse files Browse the repository at this point in the history
remove the menu link
  • Loading branch information
akshay9085 committed May 3, 2024
2 parents 71bbd4d + 91c9f41 commit 5375da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/layouts/nav-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{ "label": "About", "href": "/about" },
{ "label": "Theme", "href": "/theme" },
{ "label": "Register", "href": "/register" },
{ "label": "Guidelines", "href": "/guidelines" },
{ "label": "Resources", "href": "/resources" },
{ "label": "Rules", "href": "/rules" },
{ "label": "Webinar", "href": "/webinar" },
Expand Down
4 changes: 2 additions & 2 deletions src/pages/guidelines.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import Main from '../layouts/main.astro';
import Folder_jpg from '../images/folder_1.png'
---


Expand All @@ -12,7 +12,7 @@ import Main from '../layouts/main.astro';
<img src=""/>
<h1 class="section-title"> Guidelines and Submissions</h1><br />
<div>Submit animation at <a target="_blank" class="hover:text-red-400 text-red-700" href=" https://learn.fossee.in">https://learn.fossee.in</a>.</div>

<img class="logos" src={Folder_jpg.src} alt="regi" decoding="async" />
</div>
<!-- 3/4 Width Column -->
<div class="col-span-3 p-4">
Expand Down

0 comments on commit 5375da3

Please sign in to comment.