Skip to content

Commit

Permalink
fix: adjust landing responsiveness and add opengraph image
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Apr 11, 2024
1 parent 0020aa1 commit 2937983
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/app/(home)/gradient-bg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function GradientBg(props: ComponentProps<'svg'>) {
height="140%"
filterUnits="objectBoundingBox"
primitiveUnits="userSpaceOnUse"
color-interpolation-filters="linearRGB"
colorInterpolationFilters="linearRGB"
>
<feTurbulence
type="fractalNoise"
Expand All @@ -51,7 +51,7 @@ export function GradientBg(props: ComponentProps<'svg'>) {
surfaceScale="15"
specularConstant="0.75"
specularExponent="20"
lighting-color="#989898"
lightingColor="#989898"
x="0%"
y="0%"
width="100%"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Homepage() {
</p>
</div>

<div className="flex items-center gap-4">
<div className="flex flex-col-reverse items-center gap-4 sm:flex-row">
<Button asChild size="lg" variant="link" className="text-zinc-400">
<Link href="/about">What is Nivo?</Link>
</Button>
Expand Down
Binary file added apps/web/src/app/opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/src/app/twitter-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2937983

Please sign in to comment.