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
Merge branch 'development'
author
pdelfan
date
5 months ago
(Feb 6, 2026, 3:19 PM -0800)
commit
d76a026b
d76a026bec5e92d2a0798211f59e7e3faf0279f6
parent
3d00a4e8
3d00a4e8e007e9f12d3fc7d5932c7ed4ed0c7ac6
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
features
collections
containers
collectionContainer
CollectionContainer.tsx
+1
-1
src/webapp/features/collections/containers/collectionContainer/CollectionContainer.tsx
View file
Reviewed
···
88
88
)}
89
89
</Group>
90
90
{collection.description && (
91
91
-
<Text c="gray" mt="lg">
91
91
+
<Text c="gray" mt="lg" maw={700}>
92
92
{collection.description}
93
93
</Text>
94
94
)}