Skip to content

Commit

Permalink
Update fileConfigs.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
advayc authored Sep 13, 2024
1 parent 33860d1 commit 63ebd5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/fileConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const fileConfigs = [
{
id: 'experience',
filename: 'experience.exe',
imageSrc: '/computer.png',
imageSrc: 'public/computer.png',
terminalConfig: {
headerText: "advaychandorkar@personalsite: ~/personal/about (vim)",
pathText: "~/personal/about",
Expand Down Expand Up @@ -54,7 +54,7 @@ export const fileConfigs = [
{
id: 'projects',
filename: 'projects.app',
imageSrc: '/files.png',
imageSrc: 'public/files.png',
terminalConfig: {
headerText: "advaychandorkar@personalsite: ~/personal/projects (vim)",
pathText: "~/personal/projects",
Expand Down

0 comments on commit 63ebd5f

Please sign in to comment.