Skip to content

Commit

Permalink
Changed link import on background page
Browse files Browse the repository at this point in the history
  • Loading branch information
pained committed Jan 12, 2024
1 parent f785002 commit 44cb178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/about/background.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { PageContainer } from '/src/components/PageContainer';
import { ContentCard } from '/src/components/ContentCard';
import { ProjectHistoryStepper, ProjectHistoryStep } from '/src/components/ProjectHistoryStepper';
import { Background } from '/src/components/home/Background';
import { Link } from '@mui/material';
import { Link } from 'gatsby';

<Hero>
## Mission
Expand Down

0 comments on commit 44cb178

Please sign in to comment.