diff --git a/src/components/NotFound.tsx b/src/components/NotFound.tsx index 9fdda6e..5639a13 100644 --- a/src/components/NotFound.tsx +++ b/src/components/NotFound.tsx @@ -2,9 +2,9 @@ import "./styles/notFound.scss"; export const NotFound = () => { return ( -
+

Page not found

Check the link address...

-
+ ) } \ No newline at end of file diff --git a/src/components/Program.tsx b/src/components/Program.tsx index 515fd79..1fb65d7 100644 --- a/src/components/Program.tsx +++ b/src/components/Program.tsx @@ -1,57 +1,40 @@ import { Link } from 'react-router-dom'; -import "./styles/program.scss"; +import './styles/program.scss'; export const Program = () => { return ( -
+

Program

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
12:00
SpeechBoring BS. Lorem ipsum dolor sit amet.Veikko
LunchEating yummy yum.To menu
14:00
GamesActivity lol.Be active.
More somethingLorem ipsum dolor sit amet.More more more
23:00
More somethingLorem ipsum dolor sit amet.More more more
More somethingLorem ipsum dolor sit amet.More more more
-
- ) -} \ No newline at end of file +
+

12:00

+

Speech

+

Boring BS. Lorem ipsum dolor sit amet.

+

Lunch

+

+ Eating yummy yum. + + To menu + +

+
+
+

14:00

+

Games

+

Activity lol.

+

Be active.

+

More something

+

Lorem ipsum dolor sit amet.

+

More more more

+
+
+

23:00

+

More something

+

Lorem ipsum dolor sit amet.

+

More more more

+

More something

+

Lorem ipsum dolor sit amet.

+

More more more

+
+ + ); +}; diff --git a/src/pages/Registration.tsx b/src/pages/Registration.tsx index d3074b0..4e486bb 100644 --- a/src/pages/Registration.tsx +++ b/src/pages/Registration.tsx @@ -6,7 +6,6 @@ import { RegForm } from '../components/RegForm' export const Registration = () => { return ( <> -