Skip to content

Commit 096cb11

Browse files
authored
Merge pull request #26 from Keycatowo/fix-pizzaz-typo
Fix typo in pizzaz suggestion chip label
2 parents 38cf609 + 4d4c9ce commit 096cb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pizzaz/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export default function App() {
255255
{displayMode === "fullscreen" && (
256256
<div className="hidden antialiased md:flex absolute inset-x-0 bottom-2 z-30 justify-center pointer-events-none">
257257
<div className="flex gap-3 pointer-events-auto">
258-
{["Open now", "Top rated", "Vegeterian friendly"].map((label) => (
258+
{["Open now", "Top rated", "Vegetarian friendly"].map((label) => (
259259
<button
260260
key={label}
261261
className="rounded-full font-base bg-white ring ring-black/10 text-black px-4 py-1.5 text-sm hover:bg-[#f7f7f7] cursor-pointer"

0 commit comments

Comments
 (0)