Skip to content

Commit

Permalink
Merge pull request #236 from mattzcarey/feat/home-page
Browse files Browse the repository at this point in the history
fix: logo text colour
  • Loading branch information
aiden-walton authored Aug 31, 2023
2 parents de37d85 + 3301ee5 commit 7d3ccce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/web-app/src/components/navbar/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ export const Logo = (): JSX.Element => {
<div className="rounded-full overflow-hidden w-12 h-12">
<Image src="/icon.png" alt={"orion logo"} width={100} height={100} />
</div>
<span className="text-2xl text-white font-extralight ml-4">
Code Review GPT
</span>
<span className="text-2xl font-extralight ml-4">Code Review GPT</span>
</Link>
);
};
Expand Down

0 comments on commit 7d3ccce

Please sign in to comment.