Skip to content

Commit ea960d0

Browse files
committed
⚡ chore: replace with github content source
1 parent 381a9b5 commit ea960d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/pacman/section/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function PacmanSection(props: PacmanSectionProps) {
1212
<div className="grid place-items-center">
1313
<img
1414
className="w-full"
15-
src="/assets/pacman.svg"
15+
src="https://raw.githubusercontent.com/maurodesouza/profile-readme-generator/a0f0a3d2ab9631b370485e79018c48c67b139ab6/public/assets/pacman.svg"
1616
alt="An animation of pacman eating the github user contributions (like pacman game)"
1717
/>
1818
</div>

src/features/snake/section/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function SnakeSection(props: SnakeSectionProps) {
1212
<div className="grid place-items-center">
1313
<img
1414
className="w-full"
15-
src="/assets/snake.svg"
15+
src="https://raw.githubusercontent.com/maurodesouza/profile-readme-generator/a0f0a3d2ab9631b370485e79018c48c67b139ab6/public/assets/snake.svg"
1616
alt="An animation of snake eating the github user contributions (like snake game)"
1717
/>
1818
</div>

0 commit comments

Comments
 (0)