Skip to content

Commit

Permalink
fix open graph feature
Browse files Browse the repository at this point in the history
  • Loading branch information
loftwah committed Aug 30, 2024
1 parent 86365f3 commit 1654b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/pages/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<svg class="w-12 h-12 mb-4 text-lime-400" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 3v4M7 5H3m16-2v4m2-2h-4M12 3v4M5 21v-4M3 19h4m16 2v-4m2 2h-4M12 21v-4"></path>
</svg>
<h3 class="text-xl font-semibold mb-2 text-white">Open Graph Image Generation</h3>
<h3 class="text-xl font-semibold mb-2 text-white">OG Image Generation</h3>
<p class="text-gray-400 text-center">Automatically generate eye-catching Open Graph images for social media sharing, enhancing your online visibility.</p>
</div>
<div class="flex flex-col items-center justify-center p-6 bg-gray-800 rounded-lg shadow-md">
Expand Down

0 comments on commit 1654b2c

Please sign in to comment.