changed font awesome package link
This commit is contained in:
@@ -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: '/'}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user