Skip to content

Commit e9dae50

Browse files
committed
fix: 🐛 deploy
1 parent 0ddd9b5 commit e9dae50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
TableHeader,
1212
TableRow,
1313
} from "@/components/ui/table";
14-
import { basePath, isFutureTalk, isRecentTalk, normalizeDate, Seminar } from "@/lib/utils";
14+
import { basePath, normalizeDate, Seminar } from "@/lib/utils";
1515

1616
export default function Home() {
1717
const [isExpanded, setIsExpanded] = useState(false);
@@ -78,7 +78,7 @@ export default function Home() {
7878
<div className="pb-8">
7979
<h2 className="text-xl py-2 font-semibold">Talk Details</h2>
8080
<div className="flex gap-6 items-start text-sm border rounded-lg p-4 mb-4 bg-white shadow">
81-
<div className="md:flex md:flex-row flex flex-col jus gap-x-4 gap-y-2 max-w-24 md:max-w-88 w-full">
81+
<div className="md:flex md:flex-row flex flex-col justify-center gap-x-4 gap-y-2 max-w-24 md:max-w-88 w-full">
8282
{seminar.speaker.image.map((img, index) => (
8383
<img
8484
key={index}

0 commit comments

Comments
 (0)