Skip to content

Commit 7dae621

Browse files
authored
Update image source for 'Burgers on Fleek' project
1 parent c9f515f commit 7dae621

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ProjectList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const Projects: Project[] = [
147147
{
148148
title: 'Burgers on Fleek',
149149
description: 'The burgers you are craving.™ Premium Quality Gourmet Burgers, Steak Sandwiches, Fries, and more. est. 2019.',
150-
image: <img src="https://www.burgersonfleek.ca/branding/icon.svg" height={200} width={200} class="mx-auto mb-5 w-25 h-25 md:w-50 md:h-50" />,
150+
image: <img src="https://www.burgersonfleek.ca/branding/svg/icon.svg" height={200} width={200} class="mx-auto mb-5 w-25 h-25 md:w-50 md:h-50" />,
151151
tags: [SabTag, QwikTag],
152152
color: 'lum-bg-orange-500',
153153
btnClass: 'hover:lum-bg-orange-500/20',
@@ -259,4 +259,4 @@ export const Projects: Project[] = [
259259
},
260260
],
261261
},
262-
];
262+
];

0 commit comments

Comments
 (0)