Skip to content

Commit

Permalink
added h1 to project id page
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed May 10, 2024
1 parent 9ba80c1 commit 792d189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/about/projects/[projectId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
</template>
</el-col>
<el-col :span="16" :xs="24">
<div class="heading2 mb-32">
<h1 class="heading2 mb-32">
{{ title }}
</div>
</h1>
<div class="body1 content" v-html="parseMarkdown(description)" />
</el-col>
</el-row>
Expand Down

0 comments on commit 792d189

Please sign in to comment.