Skip to content

Commit

Permalink
doc: broken og image on /nuxt-seo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 7, 2024
1 parent 2d5878d commit a538536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/OgImage/Module.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const themeRgb = computed(() => {
<div class="h-full w-full relative">
<div class="flex flex-row justify-between items-center">
<div class="text-[40px] flex items-center gap-3 flex-row">
<Icon class="text-blue-500 w-20 h-20" :name="icon" />
<Icon v-if="icon" class="text-blue-500 w-20 h-20" :name="icon" />
<div>
<div class="text-[40px] font-mono">
{{ moduleName }}
Expand Down

0 comments on commit a538536

Please sign in to comment.