Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
kr1sjanee committed Nov 25, 2024
1 parent 73cfc1c commit 4694407
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mmaos-sbs-buhi

Tabulation System for Ambassador and Ambasadress of Sports (Buhi)
Tabulation System for Ambassador and Ambassadress of Sports (Buhi)

---
## Development Setup
Expand Down
2 changes: 1 addition & 1 deletion app/crud/minor-awards/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</head>
<body>
<div class="container py-5">
<h2 class="fw-bolder">Ambassador and Ambasadress of Sports (Buhi) 2023</h2>
<h2 class="fw-bolder">Ambassador and Ambassadress of Sports (Buhi) 2023</h2>
</div>
<div>
<table>
Expand Down
2 changes: 1 addition & 1 deletion app/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<path fill="url(#grad1)" d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16Zm0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15Z"/>
</svg>
<h1 class="fw-bold" >mmaos-sbs-buhi</h1>
<p class="fst-italic" >Ambassador and Ambasadress of Sports (Buhi)</p>
<p class="fst-italic" >Ambassador and Ambassadress of Sports (Buhi)</p>
</div>

<div class="row g-3 justify-content-center">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ambassador and Ambasadress of Sports (Buhi)</title>
<title>Ambassador and Ambassadress of Sports (Buhi)</title>
</head>
<body>
<!-- Screensaver -->
Expand Down
2 changes: 1 addition & 1 deletion mmaos-sbs-buhi.sql
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ CREATE TABLE `competitions` (
--

INSERT INTO `competitions` (`id`, `slug`, `title`, `created_at`, `updated_at`) VALUES
(1, 'mmaos-sbs-buhi-2024', 'Ambassador and Ambasadress of Sports 2024', '2023-04-06 13:24:04', '2024-11-24 17:46:45');
(1, 'mmaos-sbs-buhi-2024', 'Ambassador and Ambassadress of Sports 2024', '2023-04-06 13:24:04', '2024-11-24 17:46:45');

-- --------------------------------------------------------

Expand Down

0 comments on commit 4694407

Please sign in to comment.