We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebecf5 commit 4d4c9ceCopy full SHA for 4d4c9ce
src/pizzaz/index.jsx
@@ -255,7 +255,7 @@ export default function App() {
255
{displayMode === "fullscreen" && (
256
<div className="hidden antialiased md:flex absolute inset-x-0 bottom-2 z-30 justify-center pointer-events-none">
257
<div className="flex gap-3 pointer-events-auto">
258
- {["Open now", "Top rated", "Vegeterian friendly"].map((label) => (
+ {["Open now", "Top rated", "Vegetarian friendly"].map((label) => (
259
<button
260
key={label}
261
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