Skip to content

Commit

Permalink
lowercase SVG folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 5, 2024
1 parent 75ef8dc commit 7b7ae34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/docs/components/landing/NavigationList.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { frameSvg } from '../SVG/frameSvg.tsx';
import { identitySvg } from '../SVG/identitySvg.tsx';
import { swapSvg } from '../SVG/swapSvg.tsx';
import { tokensSvg } from '../SVG/tokensSvg.tsx';
import { transactionSvg } from '../SVG/transactionSvg.tsx';
import { walletSvg } from '../SVG/walletSvg.tsx';
import { frameSvg } from '../svg/frameSvg.tsx';
import { identitySvg } from '../svg/identitySvg.tsx';
import { swapSvg } from '../svg/swapSvg.tsx';
import { tokensSvg } from '../svg/tokensSvg.tsx';
import { transactionSvg } from '../svg/transactionSvg.tsx';
import { walletSvg } from '../svg/walletSvg.tsx';

const navItems = [
{
Expand Down

0 comments on commit 7b7ae34

Please sign in to comment.