Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
pun-tb committed Aug 22, 2022
1 parent 7ca82b4 commit a8a2243
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-item" [routerLink]="['/']">
CU Singing Contest 27<sup>th</sup>
CU Singing Contest 28<sup>th</sup>
</a>

<div class="navbar-burger" [ngClass]="{'is-active': navOpen}" (click)="toggleNav()">
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<div class="columns">
<div class="column">
<h1 class="title">
CU Singing Contest 27<sup>th</sup>
CU Singing Contest 28<sup>th</sup>
</h1>
<h2 class="subtitle">
การแข่งขันร้องเพลงแห่งจุฬาลงกรณ์มหาวิทยาลัย ครั้งที่ 27
การแข่งขันร้องเพลงแห่งจุฬาลงกรณ์มหาวิทยาลัย ครั้งที่ 28
</h2>
</div>
<div class="column">
Expand Down
2 changes: 1 addition & 1 deletion src/app/show-board/show-board.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav class="navbar hero is-info">
<div class="navbar-brand">
<h1 class="navbar-item is-size-2">
CU Singing Contest 27<sup>th</sup>
CU Singing Contest 28<sup>th</sup>
</h1>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion src/favicons/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "CU Singing Contest 27th",
"name": "CU Singing Contest 28th",
"icons": [
{
"src": "/favicons/android-chrome-192x192.png?v=Jy7Aj7P3eg",
Expand Down
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>CU Singing Contest 27th</title>
<title>CU Singing Contest 28th</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -12,8 +12,8 @@
<link rel="manifest" href="/favicons/manifest.json?v=Jy7Aj7P3eg">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg?v=Jy7Aj7P3eg" color="#795b53">
<link rel="shortcut icon" href="/favicons/favicon.ico?v=Jy7Aj7P3eg">
<meta name="apple-mobile-web-app-title" content="CU Singing Contest 27th">
<meta name="application-name" content="CU Singing Contest 27th">
<meta name="apple-mobile-web-app-title" content="CU Singing Contest 28th">
<meta name="application-name" content="CU Singing Contest 28th">
<meta name="msapplication-config" content="/favicons/browserconfig.xml?v=Jy7Aj7P3eg">
<meta name="theme-color" content="#f1f1f1">

Expand Down

0 comments on commit a8a2243

Please sign in to comment.