Skip to content

Commit 1979d77

Browse files
fix: use headline prop in OgImageSaas template
Agent-Logs-Url: https://github.com/TechWatching/techwatching.dev/sessions/712e7fdd-498f-4c52-ae77-2173710bc933 Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com>
1 parent 52e1447 commit 1979d77

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/components/OgImage/OgImageSaas.satori.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ defineProps({
2222
<template>
2323
<div class="w-full h-full flex flex-col justify-center text-center bg-slate-900 p-8">
2424
<div class="relative">
25+
<p
26+
v-if="headline"
27+
class="text-3xl text-blue-400 mb-4 uppercase tracking-widest"
28+
>
29+
{{ headline }}
30+
</p>
2531
<h1 class="text-8xl mb-4 text-white">
2632
{{ title }}
2733
</h1>

0 commit comments

Comments
 (0)