Skip to content

Commit

Permalink
Fixed Area Timeline Empty Linnk Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Sep 3, 2024
1 parent cd061ed commit 782b445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/AreaTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const Card = ({
href={
type === "Model"
? `${imagePrefix}/areas/model/${area}/${title}`
: website_link
: website_link || `${imagePrefix}`
}
fontSize="1xl"
lineHeight={1.2}
Expand Down

0 comments on commit 782b445

Please sign in to comment.