Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
raoufswe committed Feb 4, 2025
1 parent 5cb84aa commit 65e9453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nuxt-app/pages/components/thumbnail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ definePageMeta({
});
const props = {
src: 'https://www.pie.design/assets/img/jet-logo-narrow.svg',
alt: 'JET logo'
src: 'https://pr2184-storybook.pie.design/static/images/pie-logo.svg',
alt: 'The PIE design system logo'
};
const invalidSrcWithPlaceholderProps = {
Expand Down
4 changes: 2 additions & 2 deletions vanilla-app/js/thumbnail.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import './utils/navigation.js';
import './shared.js';

const thumbnailProps = {
src: 'https://www.pie.design/assets/img/jet-logo-narrow.svg',
alt: 'JET logo'
src: 'https://pr2184-storybook.pie.design/static/images/pie-logo.svg',
alt: 'The PIE design system logo'
};

const invalidSrcWithPlaceholderProps = {
Expand Down

0 comments on commit 65e9453

Please sign in to comment.