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
06d25c5e
Commit
06d25c5e
authored
3 days ago
by
Eduardo Riboli
Browse files
Options
Download
Plain Diff
feat(us-15-4): merge with another branch
parents
43df2339
590d845b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/[locale]/library/page.tsx
+5
-0
src/app/[locale]/library/page.tsx
with
5 additions
and
0 deletions
+5
-0
src/app/[locale]/library/page.tsx
View file @
06d25c5e
import
LibraryCard
from
"
@/components/library/LibraryCard
"
;
import
{
useTranslations
}
from
"
next-intl
"
;
import
{
Book
,
Eye
,
FileText
,
Image
}
from
"
lucide-react
"
;
import
{
Text
}
from
"
@/components/Text
"
;
export
default
function
LibraryPage
()
{
const
t
=
useTranslations
(
"
Library
"
);
...
...
@@ -28,6 +29,10 @@ export default function LibraryPage() {
return
(
<
div
className
=
"p-6 space-y-4"
>
<
Text
as
=
"h1"
size
=
"t1"
className
=
"text-[44px] font-[174] text-primary"
>
biblioteca
</
Text
>
{
arrayTitulos
.
map
((
titulo
,
index
)
=>
(
<
LibraryCard
key
=
{
index
}
...
...
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