alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: format
author
Pouria Delfanazari
date
2 months ago
(May 20, 2026, 4:41 PM -0700)
commit
e17ea73c
e17ea73c4a597111775a7e1096d632bbdf2f6eed
parent
a116e71f
a116e71f2bb1c4a9e28ea3de0f7422fe353dffd3
+5
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
features
follows
components
subscribeButton
SubscribeButton.tsx
+5
-1
src/webapp/features/follows/components/subscribeButton/SubscribeButton.tsx
View file
Reviewed
···
40
40
radius="xl"
41
41
aria-label="Subscribe"
42
42
>
43
43
-
{isActive ? <MdNotificationsActive size={16} /> : <MdNotificationAdd size={16} />}
43
43
+
{isActive ? (
44
44
+
<MdNotificationsActive size={16} />
45
45
+
) : (
46
46
+
<MdNotificationAdd size={16} />
47
47
+
)}
44
48
</ActionIcon>
45
49
</Menu.Target>
46
50
<Menu.Dropdown>