Migrate Tailwind to v4
This commit is contained in:
@@ -46,7 +46,7 @@ export default function Navbar() {
|
||||
useOutsideAlerter(wrapperRef);
|
||||
|
||||
return (
|
||||
<nav className={`${styles.navbar} shadow`}>
|
||||
<nav className={`${styles.navbar} shadow-sm`}>
|
||||
<div className={`${styles.container} container mx-auto`} ref={wrapperRef}>
|
||||
<div className={styles.header}>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user