aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-09-18 00:47:41 -0700
committerPinapelz <yukais@pinapelz.com>2025-09-18 00:47:41 -0700
commitb7a1de9762634133fb9020cac2cde8fcda5768fd (patch)
treedf3b024a21c611b7f1fc9fb024a02b0cf4d964f4 /site
parenta675dec578101cab905cc771f1c5cb65137308fd (diff)
migrate styles tw3 to tw4
Diffstat (limited to 'site')
-rw-r--r--site/src/components/NewsFeed.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/src/components/NewsFeed.tsx b/site/src/components/NewsFeed.tsx
index 6e76730..7cf5a08 100644
--- a/site/src/components/NewsFeed.tsx
+++ b/site/src/components/NewsFeed.tsx
@@ -293,7 +293,7 @@ export const NewsFeed: React.FC<NewsFeedProps> = ({ newsItems }) => {
<button
key={idx}
onClick={() => changeImage(newsId, idx)}
- className={`w-9 h-9 flex-shrink-0 rounded-sm flex items-center justify-center ${
+ className={`w-9 h-9 shrink-0 rounded-sm flex items-center justify-center ${
currentImageIndex[newsId] === idx
? isMoe
? "bg-pink-500 text-white"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage