From 3212a81a58884e6c7389456af42c55c7df538ea9 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sat, 4 May 2024 00:19:37 +0530 Subject: [PATCH] changed font awesome package link --- src/app/app-routing.module.ts | 10 +++++----- src/index.html | 4 +++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 733f153..6d6ee29 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -7,11 +7,11 @@ import { BlogComponent } from './blog/blog.component'; import { ContactComponent } from './contact/contact.component'; const routes: Routes = [ - { path: '', component: AboutComponent, title: "Bangara Raju" }, - { path: 'resume', component: ResumeComponent, title: "Bangara Raju - Resume" }, - { path: 'projects', component: ProjectsComponent, title: "Bangara Raju - Projects" }, - { path: 'weblog', component: BlogComponent, title: "Bangara Raju - Posts" }, - { path: 'contact', component: ContactComponent, title: "Bangara Raju - Contact" }, + { path: '', component: AboutComponent, title: "Bangara Raju Kottedi" }, + { path: 'resume', component: ResumeComponent, title: "Bangara Raju Kottedi - Resume" }, + { path: 'projects', component: ProjectsComponent, title: "Bangara Raju Kottedi - Projects" }, + { path: 'weblog', component: BlogComponent, title: "Bangara Raju Kottedi - Posts" }, + { path: 'contact', component: ContactComponent, title: "Bangara Raju Kottedi - Contact" }, { path: '**', redirectTo: '/'} ]; diff --git a/src/index.html b/src/index.html index 10e999f..a75cd7f 100644 --- a/src/index.html +++ b/src/index.html @@ -42,6 +42,8 @@ - + + +