Open GitHub link in new page

This commit is contained in:
Braydon 2024-04-16 10:26:19 -04:00
parent 6dca925ee4
commit 8195239251
3 changed files with 5 additions and 3 deletions

@ -6,7 +6,7 @@ import { cn } from "../../lib/utils";
/**
* The documentation page.
*
* @returns the docs jsx
* @returns the page jsx
*/
const DocsPage = (): JSX.Element => (
<main className="h-[64vh] flex flex-col gap-3 justify-center items-center">

@ -2,9 +2,9 @@ import FeaturedContent from "@/components/landing/featured-content";
import Hero from "@/components/landing/hero";
/**
* The landing page of the site.
* The landing page.
*
* @returns the landing page jsx
* @returns the page jsx
*/
const LandingPage = (): JSX.Element => (
<main>

@ -60,6 +60,8 @@ const Navbar = (): JSX.Element => (
<Link
className="flex gap-1.5 items-center"
href="https://github.com/Rainnny7/RESTfulMC"
rel="noopener noreferrer"
target="_blank"
>
{/* Star Count */}
<Suspense fallback={<Skeleton className="w-4 h-5 rounded-md" />}>