more
This commit is contained in:
@@ -26,7 +26,7 @@ const Stickies = () => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Button onClick={handleCluster} isLoading={isPending} label="Group by Theme"/>
|
||||
<Button onClick={handleCluster} isLoading={isPending} label="Group Notes By Theme"/>
|
||||
<div className="clusters-container">
|
||||
{clusters.map((group) => (
|
||||
<div key={group.label} className="cluster-group">
|
||||
@@ -46,7 +46,7 @@ const Stickies = () => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Button onClick={handleCluster} isLoading={isPending} label="Group by Theme" />
|
||||
<Button onClick={handleCluster} isLoading={isPending} label="Group Notes By Theme" />
|
||||
<div className="stickies-grid">
|
||||
{stickies?.map((sticky) => (
|
||||
<Sticky key={sticky.id} sticky={sticky} />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.primaryButton {
|
||||
width: 12rem;
|
||||
width: 14rem;
|
||||
height: 2.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user