Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions components/Shared/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ const Navbar = () => {
{ id: 2, text: "Our Team", path: "/team" },
{ id: 3, text: "Our Story", path: "/about" },
{ id: 4, text: "Events", path: "/events" },
{ id: 5, text: "Contact Us", path: "/contact" },
{ id: 5, text: "Verify", path: "/verify" },
{ id: 6, text: "Contact Us", path: "/contact" },

// { id: 6, text: "Submission", path: "/submission" }
// { id: 7, text: "Submission", path: "/submission" }
];

return (
Expand Down
10 changes: 5 additions & 5 deletions components/Verify/VerifyPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const VerifyPage = ({ initialCertificateId = "" }) => {
>
<input
type="text"
placeholder="Paste certificate ID (e.g. OSSOMEHACKS3-2026-BVAECO)"
placeholder="Paste certificate ID (e.g. qwerty-xxxx-abCdEf)"
value={queryId}
onChange={(event) => setQueryId(event.target.value)}
className="w-full px-4 py-3 rounded-xl border border-zinc-700 bg-bg_black text-white font-dmSans outline-none focus:border-bright_green"
Expand All @@ -254,10 +254,10 @@ const VerifyPage = ({ initialCertificateId = "" }) => {
{showResultCard && (
<article
className={`mt-7 rounded-2xl border p-5 md:p-6 result-fade ${status === STATE_VALID
? "border-bright_green/70 bg-bg_black"
: status === STATE_NOT_FOUND
? "border-yellow-500/60 bg-[#15130b]"
: "border-red-500/70 bg-[#1a0d0d]"
? "border-bright_green/70 bg-bg_black"
: status === STATE_NOT_FOUND
? "border-yellow-500/60 bg-[#15130b]"
: "border-red-500/70 bg-[#1a0d0d]"
}`}
>
<h2 className="font-poppins text-2xl font-bold mb-4">{headingText}</h2>
Expand Down
12 changes: 6 additions & 6 deletions public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://githubsrmist.in</loc><lastmod>2026-04-05T07:30:16.240Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in/about</loc><lastmod>2026-04-05T07:30:16.241Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in/contact</loc><lastmod>2026-04-05T07:30:16.241Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in/events</loc><lastmod>2026-04-05T07:30:16.241Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in/team</loc><lastmod>2026-04-05T07:30:16.241Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in/verify</loc><lastmod>2026-04-05T07:30:16.241Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in</loc><lastmod>2026-04-05T07:31:04.765Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in/about</loc><lastmod>2026-04-05T07:31:04.766Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in/contact</loc><lastmod>2026-04-05T07:31:04.766Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in/events</loc><lastmod>2026-04-05T07:31:04.766Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in/team</loc><lastmod>2026-04-05T07:31:04.766Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://githubsrmist.in/verify</loc><lastmod>2026-04-05T07:31:04.766Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
Loading