Skip to content

Commit fd96ffa

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 790dc4b commit fd96ffa

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/app/core/services/portfolio-data.service.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ import { Project } from '../models/project.model';
1313
export class PortfolioDataService {
1414
readonly projects: Project[] = [
1515
{
16-
id: 'DABubble',
17-
name: 'PROJECTS.DABubble-name',
16+
id: 'dabubble',
17+
name: 'PROJECTS.dabubble-name',
1818
headline: 'TypeScript | Angular | Firebase',
19-
description: 'PROJECTS.DABubble-description',
19+
description: 'PROJECTS.dabubble-description',
2020
image: {
21-
src: '/assets/images/projects/DABubble.avif',
22-
alt: 'PROJECTS.DABubble-alt',
21+
src: '/assets/images/projects/dabubble.avif',
22+
alt: 'PROJECTS.dabubble-alt',
2323
},
2424
links: {
2525
live: 'https://dabubble.dev2k.org/',

0 commit comments

Comments
 (0)