Skip to content

Commit

Permalink
Fix link in PostInfo component
Browse files Browse the repository at this point in the history
  • Loading branch information
lablnet committed Feb 20, 2024
1 parent e3a02c2 commit 80ac3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PostInfo.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<section class="mb-3 mt-5">
<h3 class="title" :id="slug">
<a class="flex mx-3" :href="`./#${slug}`">
<a class="flex mx-3" :href="`#${slug}`">
<img
:src="
theme === 'dark'
Expand Down

0 comments on commit 80ac3bd

Please sign in to comment.