mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Update user navbar and brewery card styling
This commit is contained in:
@@ -22,7 +22,7 @@ const BreweryCard: FC<{ brewery: z.infer<typeof BreweryPostQueryResult> }> = ({
|
|||||||
src={brewery.breweryImages[0].path}
|
src={brewery.breweryImages[0].path}
|
||||||
alt={brewery.name}
|
alt={brewery.name}
|
||||||
width="1029"
|
width="1029"
|
||||||
height="110"
|
height="1029"
|
||||||
crop="fill"
|
crop="fill"
|
||||||
className="h-full object-cover"
|
className="h-full object-cover"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ const useNavbar = () => {
|
|||||||
/** These pages are accessible to both authenticated and unauthenticated users. */
|
/** These pages are accessible to both authenticated and unauthenticated users. */
|
||||||
const otherPages: readonly Page[] = [
|
const otherPages: readonly Page[] = [
|
||||||
{ slug: '/beers', name: 'Beers' },
|
{ slug: '/beers', name: 'Beers' },
|
||||||
|
{ slug: '/beers/styles', name: 'Beer Styles' },
|
||||||
{ slug: '/breweries', name: 'Breweries' },
|
{ slug: '/breweries', name: 'Breweries' },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user