Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Creative Flow
Creative Flow - Frontend
Commits
72b4f6b7
Commit
72b4f6b7
authored
3 days ago
by
Eduardo Riboli
Browse files
Options
Download
Email Patches
Plain Diff
fix(us-15-4): fix same className in the div
parent
d36c5efa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/library/LibraryCard.tsx
+1
-1
src/components/library/LibraryCard.tsx
with
1 addition
and
1 deletion
+1
-1
src/components/library/LibraryCard.tsx
View file @
72b4f6b7
...
...
@@ -57,7 +57,7 @@ export default function LibraryCard({
</
Text
>
{
/*icone bookmark*/
}
<
div
className
=
"ml-auto flex
ml-auto
border-1 border-primary rounded-full"
>
<
div
className
=
"ml-auto flex border-1 border-primary rounded-full"
>
<
button
className
=
"text-primary px-0.5 py-0.5"
>
<
Bookmark
className
=
"fill-primary"
size
=
{
14
}
strokeWidth
=
{
0
}
/>
</
button
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help