Skip to content

Commit

Permalink
used custom link component (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi authored Oct 15, 2024
1 parent 074609f commit 13c44e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use client';
import Link from 'apps/web/node_modules/next/link';
import bolt from './assets/bolt.webm';
import eth from './assets/eth.webm';
import globe from './assets/globe.webm';
import VideoCard from 'apps/web/src/components/base-org/root/VideoCardsSection/VideoCard';
import Link from 'apps/web/src/components/Link/index';

export default function VideoCardsSection() {
return (
Expand Down

0 comments on commit 13c44e8

Please sign in to comment.