Skip to content

Commit 0d0fdfc

Browse files
committed
Fix build error
1 parent 87bc84d commit 0d0fdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/_components/logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
33
import React from "react";
44

55
export const Logo = () => (
6-
<div className="hidden sm:flex gap-1" justify="end">
6+
<div className="hidden sm:flex gap-1 justify-end">
77
<FontAwesomeIcon
88
className="text-default-600 dark:text-default-500"
99
icon={faHouseChimneyWindow}

0 commit comments

Comments
 (0)