diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-08 21:41:36 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-08 21:41:36 -0500 |
| commit | c1b2794611548ef1fa30055a91926c4074f2f63e (patch) | |
| tree | 85f218f28d933e310196095a724463afc037d8ad /src/data | |
| parent | dc6e36f13c8f94b148f6a3ec8378c66e5fd5034a (diff) | |
| download | personal-website-c1b2794611548ef1fa30055a91926c4074f2f63e.tar.gz personal-website-c1b2794611548ef1fa30055a91926c4074f2f63e.tar.bz2 personal-website-c1b2794611548ef1fa30055a91926c4074f2f63e.zip | |
Fixed overflow for mobile, loading in gh projects
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/projects.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/projects.json b/src/data/projects.json index c5e5f52..5b5b0a7 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -39,7 +39,7 @@ }, { "name": "Snug Cup", - "description": "Snug Cup was a school project that I made with my classmates back in 2021.", + "description": "A school project that I made with my classmates in high school.", "links": [ { "name": "Website", |
