Skip to content

Commit

Permalink
removed "journal" text and changed title color
Browse files Browse the repository at this point in the history
  • Loading branch information
abrulic1 committed Nov 14, 2024
1 parent 7965c69 commit d04908c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions docs/app/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ function Breadcrumb({
/>
</svg>
</Disclosure.Button>
{/* eslint-disable-next-line multiline-ternary */}
{section.length > 0 ? (
{section.length > 0 && (
<ol className="ml-4 flex min-w-0 whitespace-nowrap text-sm leading-6">
{section && (
<li className="flex items-center text-sm text-slate-500 dark:text-slate-400">
Expand All @@ -71,12 +70,6 @@ function Breadcrumb({
{title}
</li>
</ol>
) : (
<ol className="ml-4 flex min-w-0 whitespace-nowrap text-sm leading-6">
<li className="flex items-center text-sm text-slate-500 dark:text-slate-400">
Journal Stack Home
</li>
</ol>
)}
</div>
{/* )} */}
Expand Down
2 changes: 1 addition & 1 deletion docs/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Index() {
</div>

<LampContainer>
<h1 className="bg-opacity-50 bg-gradient-to-b from-neutral-50 to-neutral-400 bg-clip-text text-center text-4xl font-bold !leading-normal text-transparent md:text-7xl">
<h1 className="bg-opacity-50 bg-gradient-to-b from-gray-50 to-gray-300 bg-clip-text text-center text-4xl font-bold !leading-normal text-transparent md:text-7xl">
Own <br /> your <span className="mr-4 text-green-500"> React Router</span>
application
</h1>
Expand Down

0 comments on commit d04908c

Please sign in to comment.