Skip to content

Commit

Permalink
fix(docs): 馃 Fixed empty background in og-image
Browse files Browse the repository at this point in the history
  • Loading branch information
oyedejioyewole committed Feb 4, 2024
1 parent 573524a commit acbac27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/OgImage/Page.vue
Expand Up @@ -5,7 +5,7 @@ const shades = getColorShades("primary");
</script>

<template>
<div class="w-full bg-primary-100">
<div class="w-full" :style="{ background: shades[100] }">
<div class="relative mx-auto h-screen w-[90%] py-20">
<h1 class="text-5xl font-extrabold">
{{ title }} 路 nuxt-bootstrap-icons
Expand Down

0 comments on commit acbac27

Please sign in to comment.