Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VCCI-News
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Văn Hoàng
VCCI-News
Commits
5433c2d5
Commit
5433c2d5
authored
Nov 29, 2025
by
Phạm Quang Bảo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update/component
parent
0cc2ec4c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
index.tsx
src/app/(main)/(home)/components/card-event/index.tsx
+1
-1
index.tsx
src/app/(main)/(home)/components/card-news/index.tsx
+1
-1
page.tsx
src/app/(main)/(home)/page.tsx
+1
-1
index.tsx
src/components/shared/image-next/index.tsx
+0
-0
No files found.
src/app/(main)/(home)/components/card-event/index.tsx
View file @
5433c2d5
...
@@ -3,7 +3,7 @@ import BASE_URL from '@/links'
...
@@ -3,7 +3,7 @@ import BASE_URL from '@/links'
import
dayjs
from
'dayjs'
;
import
dayjs
from
'dayjs'
;
import
AppEditorContent
from
'@/components/shared/editor-content'
;
import
AppEditorContent
from
'@/components/shared/editor-content'
;
import
Link
from
"next/link"
;
import
Link
from
"next/link"
;
import
ImageNext
from
"@/components/
base/image
"
;
import
ImageNext
from
"@/components/
shared/image-next
"
;
function
CardEvent
({
event
}:
{
event
:
EventItem
})
{
function
CardEvent
({
event
}:
{
event
:
EventItem
})
{
return
(
return
(
...
...
src/app/(main)/(home)/components/card-news/index.tsx
View file @
5433c2d5
...
@@ -3,7 +3,7 @@ import BASE_URL from "@/links";
...
@@ -3,7 +3,7 @@ import BASE_URL from "@/links";
import
dayjs
from
"dayjs"
;
import
dayjs
from
"dayjs"
;
import
AppEditorContent
from
"@/components/shared/editor-content"
;
import
AppEditorContent
from
"@/components/shared/editor-content"
;
import
Link
from
"next/link"
;
import
Link
from
"next/link"
;
import
ImageNext
from
"@/components/
base/image
"
;
import
ImageNext
from
"@/components/
shared/image-next
"
;
function
CardNews
({
news
}:
{
news
:
NewsItem
})
{
function
CardNews
({
news
}:
{
news
:
NewsItem
})
{
return
(
return
(
...
...
src/app/(main)/(home)/page.tsx
View file @
5433c2d5
...
@@ -13,7 +13,7 @@ import "swiper/css/navigation";
...
@@ -13,7 +13,7 @@ import "swiper/css/navigation";
import
"swiper/css/pagination"
;
import
"swiper/css/pagination"
;
import
BASE_URL
from
"@/links/index"
;
import
BASE_URL
from
"@/links/index"
;
import
dayjs
from
"dayjs"
;
import
dayjs
from
"dayjs"
;
import
ImageNext
from
'@/components/
base/image
'
;
import
ImageNext
from
'@/components/
shared/image-next
'
;
import
{
Spinner
}
from
"@/components/ui"
;
import
{
Spinner
}
from
"@/components/ui"
;
import
CardNews
from
"./components/card-news"
;
import
CardNews
from
"./components/card-news"
;
import
CardEvent
from
"./components/card-event"
;
import
CardEvent
from
"./components/card-event"
;
...
...
src/components/
base/image
/index.tsx
→
src/components/
shared/image-next
/index.tsx
View file @
5433c2d5
File moved
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