Skip to content

Commit d4439c9

Browse files
authored
Fix font issue (#93)
* Downgrade PrimeNG version * The previous PrimeNG version seems to be causing a font file issue. Downgrading it fixes the issue. * Update match label for nav bar
1 parent 1a61971 commit d4439c9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

frontend/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"codemirror": "^6.0.1",
3434
"primeflex": "^3.3.1",
3535
"primeicons": "^7.0.0",
36-
"primeng": "^17.18.11",
36+
"primeng": "^17.18.10",
3737
"rxjs": "~7.8.0",
3838
"tslib": "^2.3.0",
3939
"typeface-poppins": "^1.1.13",

frontend/src/app/navigation-bar/navigation-bar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class NavigationBarComponent implements OnInit {
6969
class: 'p-submenu-list',
7070
},
7171
{
72-
label: 'View Match History',
72+
label: 'Match History',
7373
icon: 'pi pi-trophy',
7474
// routerLink: '',
7575
class: 'p-submenu-list',

0 commit comments

Comments
 (0)