File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments