mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
replaced good-morning-icon
This commit is contained in:
BIN
public/good-morning-icon.png
Normal file
BIN
public/good-morning-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
@@ -100,7 +100,6 @@ Object.values(
|
|||||||
options[i].classList.remove("text-ayu-accent", "font-bold");
|
options[i].classList.remove("text-ayu-accent", "font-bold");
|
||||||
}
|
}
|
||||||
if (options.length > 0) {
|
if (options.length > 0) {
|
||||||
// options[selectedOptionIndex].classList.add("border-ayu-gutter");
|
|
||||||
options[selectedOptionIndex].classList.add(
|
options[selectedOptionIndex].classList.add(
|
||||||
"text-ayu-accent",
|
"text-ayu-accent",
|
||||||
"font-bold"
|
"font-bold"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ export const metadata = {
|
|||||||
"An app for couples or friends to share daily notices with songs and photos",
|
"An app for couples or friends to share daily notices with songs and photos",
|
||||||
date: "October 2025",
|
date: "October 2025",
|
||||||
slug: "good-morning",
|
slug: "good-morning",
|
||||||
image: "/good-morning-icon.svg",
|
image: "/good-morning-icon.png",
|
||||||
url: "https://gm.ob248.com",
|
url: "https://gm.ob248.com",
|
||||||
github: "https://github.com/hex248/good-morning",
|
github: "https://github.com/hex248/good-morning",
|
||||||
hidden: false,
|
hidden: false,
|
||||||
@@ -30,12 +30,12 @@ export const metadata = {
|
|||||||
|
|
||||||
<ProjectPage metadata={metadata}>
|
<ProjectPage metadata={metadata}>
|
||||||
<p>
|
<p>
|
||||||
"good morning!" is a web app I built to help couples or friends share
|
"good morning!" is a web app I built to help couples or friends share daily
|
||||||
daily notices, songs, and photos with each other. It features a simple
|
notices, songs, and photos with each other. It features a simple and
|
||||||
and intuitive interface for sending and receiving messages, along with
|
intuitive interface for sending and receiving messages, along with support
|
||||||
support for photo attachments. The app is built with React and
|
for photo attachments. The app is built with React and TypeScript on the
|
||||||
TypeScript on the frontend, and Go with PostgreSQL on the backend. Media
|
frontend, and Go with PostgreSQL on the backend. Media files are stored
|
||||||
files are stored securely using Cloudflare R2 (AWS S3).
|
securely using Cloudflare R2 (AWS S3).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user