Skip to content

Commit

Permalink
fix: Fehler entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jstn2004 committed May 8, 2024
1 parent 34d0b6f commit ddb2336
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 52 deletions.
5 changes: 2 additions & 3 deletions frontend/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AuthenticationpageComponent } from './components/pages/authenticationpa
import { LoginformComponent } from './components/organisms/loginform/loginform.component';
import { SignupformComponent } from './components/organisms/signupform/signupform.component';
import { LandingpageComponent } from './components/pages/landingpage/landingpage.component';
import { FriendpageComponent } from './components/pages/friendpage/friendpage.component';


const routes: Routes = [
{ path: '', redirectTo: '/home', pathMatch: 'full' },
Expand All @@ -19,9 +19,8 @@ const routes: Routes = [
{ path: 'login', component: LoginformComponent },
],
},
{path: 'friends', component: FriendpageComponent},
{ path: '**', redirectTo: '/home' },

]

@NgModule({
imports: [RouterModule.forRoot(routes)],
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { InputfieldComponent } from './components/atoms/inputfield/inputfield.co
import { SignupformComponent } from './components/organisms/signupform/signupform.component';
import { LoaderComponent } from './components/atoms/loader/loader.component';
import { LandingpageComponent } from './components/pages/landingpage/landingpage.component';
import { FriendpageComponent } from './components/pages/friendpage/friendpage.component';


@NgModule({
Expand All @@ -41,7 +40,6 @@ import { FriendpageComponent } from './components/pages/friendpage/friendpage.co
SignupformComponent,
LoaderComponent,
LandingpageComponent,
FriendpageComponent,

],
imports: [BrowserModule, AppRoutingModule, BrowserAnimationsModule],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="form-title" id="login">Sign up</h2>
[typetext]="passwordFieldType"
[placeholder]="'Enter Password'"
>
</app-inputfield>
</app-inputfield>
<span class="eyeimg" (click)="toggleType()"
><img class="img" [src]="img"
/></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ p.create-account {
justify-content: space-between;
}
}
=======



p.create-account {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


.img {
z-index: 2;
z-index: 20;
}
}

Expand All @@ -63,5 +63,5 @@
filter: invert(100%);
margin-top: 50px;
}
}


This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<div class="main">
<app-loader></app-loader>
<app-statistic-header></app-statistic-header>
Expand Down

0 comments on commit ddb2336

Please sign in to comment.