Skip to content

Commit

Permalink
test root url links
Browse files Browse the repository at this point in the history
  • Loading branch information
emredevsalot committed Aug 5, 2023
1 parent ade012b commit dbabf3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ const Home = () => {

return (
<>
<Link href="/">
<Button variant="outline">Home</Button>
</Link>
<Link href="/">Prompt Filler</Link>
{/* HERO SECTION */}
<section className="my-12 px-4 text-center lg:my-32">
<h1 className="mb-4 text-4xl font-extrabold tracking-tight leading-none md:text-5xl lg:text-6xl">
Expand Down
5 changes: 5 additions & 0 deletions app/prompts/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ const getCategoryItems = (categoryName: string) => {
const PromptsPage = () => {
const content = (
<section className="my-2">
<Link href="/">
<Button variant="outline">Home</Button>
</Link>
<Link href="/">Prompt Filler</Link>

<h1 className="text-center">All Prompts</h1>
{categoryValues.map((category) => (
<div>
Expand Down

0 comments on commit dbabf3d

Please sign in to comment.