Skip to content

Commit

Permalink
fix: make login button visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Outragedpillow committed Mar 13, 2024
1 parent 5487a7e commit f6b49d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Welcome({ auth }: PageProps) {
<Brand />
</div>
<div className="flex-none">
<ul className="menu menu-horizontal px-1 text-white">
<ul className="menu menu-horizontal px-1 text-primary">
{!auth.user ? (
<>
<li>
Expand Down

0 comments on commit f6b49d3

Please sign in to comment.