Skip to content

Commit

Permalink
feat: update carousel item
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthyadms committed Jan 18, 2024
1 parent 3935834 commit 2dc91d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex flex-col justify-between min-h-screen">
<div class="flex min-h-screen flex-col justify-between">
<TheHeader />
<main class="flex-1">
<!-- Top section -->
Expand Down Expand Up @@ -37,8 +37,8 @@ export default {
component: "HeroFeatProjects",
},
{
id: "side-projects",
component: "HeroSideProjects",
id: "other-projects",
component: "HeroOtherProjects",
},
],
};
Expand Down

0 comments on commit 2dc91d0

Please sign in to comment.