Skip to content

Commit

Permalink
fix undefined assetPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Feb 20, 2024
1 parent 150c17e commit 409d5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/changelog/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Header({loading}) {
<div className="relative w-full lg:max-w-7xl mx-auto px-4 lg:px-8 pt-8 grid grid-cols-12 items-center">
<img
className={`justify-self-center col-span-10 z-20 hidden lg:block ${loading ? 'animate-fade-in-left' : ''}`}
src={`${publicRuntimeConfig.assetPrefix}/changelog/assets/hero.png`}
src={`${publicRuntimeConfig.assetPrefix ?? ''}/changelog/assets/hero.png`}
alt="Sentry Changelog"
height={273}
width={450}
Expand Down

0 comments on commit 409d5d5

Please sign in to comment.