Skip to content

Commit

Permalink
fix: remove test link
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Feb 11, 2024
1 parent 76df0aa commit 68bfe40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/(tabs)/home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Link } from 'expo-router';
import React from 'react';

import { Screen } from '../../../components/base/screen';
Expand All @@ -23,8 +22,6 @@ export default function HomePage() {
<Header>
<Title>Simonyi Konferencia</Title>
</Header>
<Link href={'unmatched'}>Unmatched</Link>

<ScrollContent>
<SectionTitle>Előadások</SectionTitle>
{conference.isLoading && <PresentationItemSkeletonList />}
Expand Down

0 comments on commit 68bfe40

Please sign in to comment.