Skip to content

Commit

Permalink
chore(landing): delete welcome modal (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
purusott authored Nov 14, 2024
1 parent abc027f commit 7b23a7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 117 deletions.
115 changes: 0 additions & 115 deletions tavla/app/components/Welcome/index.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions tavla/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
} from '@entur/typography'
import { PreviewCarousel } from './components/PreviewCarousel'
import { previewBoards } from '../src/Shared/utils/previewBoards'
import { Welcome } from './components/Welcome'
import { Link as EnturLink } from '@entur/typography'
import { CreateUserButtonLanding } from './components/CreateUserButtonLanding'
import { DemoButton } from './components/DemoButtonLanding'
Expand All @@ -28,7 +27,6 @@ async function Landing() {
const loggedIn = (await verifySession(session)) !== null
return (
<main>
<Welcome />
<div className="bg-secondary">
<div className="flex flex-col container py-12 gap-10 lg:flex-row justify-center">
<div className="flex flex-col lg:w-3/4 xl:w-1/2">
Expand Down

0 comments on commit 7b23a7c

Please sign in to comment.