Skip to content

Commit

Permalink
Merge pull request #2 from AbandonTech/feature/minor-tweaks-project-page
Browse files Browse the repository at this point in the history
add title to projects page
  • Loading branch information
fisher60 authored Apr 21, 2024
2 parents abeb0b6 + 701dd4e commit 3115b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/projects/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<h1 class="text-base-content text-center text-4xl pt-16 pb-8 lg:text-7xl">Our Projects</h1>
<ProjectCard v-bind="projectCardProps.abandonAuth" />
<ProjectCard v-bind="projectCardProps.minecraftAdmin" />
<ProjectCard v-bind="projectCardProps.minecraftRouter" />
Expand Down

0 comments on commit 3115b88

Please sign in to comment.