Skip to content

Commit

Permalink
replace placeholder.com with placehold.co (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw authored Dec 24, 2024
1 parent 46d9781 commit 0450936
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ const meta: Meta<typeof LogoCloud> = {
export default meta
type Story = StoryObj<typeof LogoCloud>

const IMAGE = { src: "https://via.placeholder.com/150", alt: "placeholder" }
const IMAGE = { src: "https://placehold.co/150", alt: "placeholder" }
const HORIZONTAL_IMAGE = {
src: "https://via.placeholder.com/1000x100",
src: "https://placehold.co/1000x100",
alt: "placeholder",
}
const VERTICAL_IMAGE = {
src: "https://via.placeholder.com/100x1000",
src: "https://placehold.co/100x1000",
alt: "placeholder",
}

Expand Down

0 comments on commit 0450936

Please sign in to comment.