Updated the timer to be on the Navbar, making it more mobile friendly
This commit is contained in:
@@ -7,7 +7,7 @@ interface Props {
|
||||
progressBarWidth?: string;
|
||||
}
|
||||
|
||||
export default function LevelProgressBar({experience, className, progressBarWidth = "w-64"}: Props) {
|
||||
export default function LevelProgressBar({experience, className, progressBarWidth = "w-32 md:w-64"}: Props) {
|
||||
const levelResult = levelCalculator(experience);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user