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 87bc84d commit 0d0fdfcCopy full SHA for 0d0fdfc
app/_components/logo.tsx
@@ -3,7 +3,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
3
import React from "react";
4
5
export const Logo = () => (
6
- <div className="hidden sm:flex gap-1" justify="end">
+ <div className="hidden sm:flex gap-1 justify-end">
7
<FontAwesomeIcon
8
className="text-default-600 dark:text-default-500"
9
icon={faHouseChimneyWindow}
0 commit comments