Skip to content

Commit

Permalink
added og image
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocosentino committed Jul 27, 2023
1 parent be15ee1 commit 98a40d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file added public/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions src/app/components/Interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,7 @@ export const Interface = (props: InterfaceProps) => {
<div className="text-left mt-8 flex justify-between">
<div>
<h2 className="font-medium text-2xl">Preview</h2>
<p className="text-xs text-slate-600">
Click on the preview area to edit the default text
</p>
<p className="text-xs text-slate-600">Click on the text to edit</p>
</div>
<div>
<p className="text-sm font-bold">Preview crossfader™</p>
Expand Down Expand Up @@ -462,7 +460,7 @@ export const Interface = (props: InterfaceProps) => {
</p>
</div>

<div className="md:flex flex-row justify-between gap-4 sm:block">
<div className="md:flex mt-3 flex-row justify-between gap-4 sm:block">
<div className="bg-slate-50 basis-1/2 p-6 rounded shadow-lg text-left font-mono text-sm relative">
<div className="absolute top-4 right-4">
<p className="font-sans text-xs text-slate-400">
Expand Down
4 changes: 4 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export default function RootLayout({
href="/favicon-16x16.png"
/>
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta
property="og:image"
content="https://antoniocosentino.github.io/what-the-fout/og-image.png"
/>
</head>
<body className={inter.className}>{children}</body>
</html>
Expand Down

0 comments on commit 98a40d0

Please sign in to comment.