Skip to content

Commit

Permalink
fix: attempt to fix companies svg on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Nov 14, 2024
1 parent 8742876 commit 43c5634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ export default function Page() {
id="companies"
ref={companies}
className="page-asset"
src="/images/page-assets/companies.svg"
src="/images/page-assets/all-companies.svg"
alt=""
width={265}
height={256}
Expand Down Expand Up @@ -647,7 +647,7 @@ export default function Page() {
id="folder-companies"
ref={folderCompanies}
className="folder-asset"
src="/images/page-assets/companies.svg"
src="/images/page-assets/all-companies.svg"
alt=""
width={265}
height={256}
Expand Down

0 comments on commit 43c5634

Please sign in to comment.