Open GitHub link in new page
This commit is contained in:
parent
6dca925ee4
commit
8195239251
@ -6,7 +6,7 @@ import { cn } from "../../lib/utils";
|
|||||||
/**
|
/**
|
||||||
* The documentation page.
|
* The documentation page.
|
||||||
*
|
*
|
||||||
* @returns the docs jsx
|
* @returns the page jsx
|
||||||
*/
|
*/
|
||||||
const DocsPage = (): JSX.Element => (
|
const DocsPage = (): JSX.Element => (
|
||||||
<main className="h-[64vh] flex flex-col gap-3 justify-center items-center">
|
<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";
|
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 => (
|
const LandingPage = (): JSX.Element => (
|
||||||
<main>
|
<main>
|
||||||
|
@ -60,6 +60,8 @@ const Navbar = (): JSX.Element => (
|
|||||||
<Link
|
<Link
|
||||||
className="flex gap-1.5 items-center"
|
className="flex gap-1.5 items-center"
|
||||||
href="https://github.com/Rainnny7/RESTfulMC"
|
href="https://github.com/Rainnny7/RESTfulMC"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
target="_blank"
|
||||||
>
|
>
|
||||||
{/* Star Count */}
|
{/* Star Count */}
|
||||||
<Suspense fallback={<Skeleton className="w-4 h-5 rounded-md" />}>
|
<Suspense fallback={<Skeleton className="w-4 h-5 rounded-md" />}>
|
||||||
|
Loading…
Reference in New Issue
Block a user