Skip to content

Commit

Permalink
make the bobbles have same round (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm authored Apr 14, 2024
1 parent 45d974f commit 7530ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SerialLoader/SerialLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const SerialLoader = ({ children }: PropsWithChildren<SerialLoaderProps>) => {
);

const TitleMessage = () => (
<div className="mt-7 flex flex-col justify-center rounded-md bg-neutral p-5">
<div className="mt-7 flex flex-col justify-center rounded-3xl bg-neutral p-5">
<h1 className="text-center text-2xl font-semibold">
Welcome to the Mayhem Hub!
<br />
Expand Down

0 comments on commit 7530ea3

Please sign in to comment.