Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ltclmbdev authored and kodiakhq[bot] committed Jun 26, 2024
1 parent 729a694 commit 81d1d71
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apps/epic-web/src/app/(content)/tips/[slug]/opengraph-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,6 @@ export default async function TipOG({ params }: { params: { slug: string } }) {

return new ImageResponse(
(
// <div
// tw="flex p-10 h-full w-full bg-white flex-col"
// style={{
// ...font('sans'),
// backgroundImage,
// }}
// >
// <main tw="flex flex-col gap-5 h-full flex-grow items-start pb-24 justify-center px-16">
// <div tw="text-[60px] text-white">{resource?.fields?.title}</div>
// </main>
// </div>
<div
tw="flex w-full relative justify-center text-white items-center h-full"
style={{
Expand Down

0 comments on commit 81d1d71

Please sign in to comment.