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
68d6ad4f
Commit
68d6ad4f
authored
Nov 12, 2025
by
Văn Hoàng
Browse files
Options
Browse Files
Download
Plain Diff
[tag]0.1-vcci
parents
4e1d4b26
73c614b3
Pipeline
#43913
passed with stages
in 5 minutes and 48 seconds
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
VCCI-Chung-300x200-1.png
public/VCCI-Chung-300x200-1.png
+0
-0
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
page.tsx
src/app/(main)/[...slug]/page.tsx
+1
-1
No files found.
public/VCCI-Chung-300x200-1.png
0 → 100644
View file @
68d6ad4f
92.9 KB
src/app/(main)/(home)/components/card-event/index.tsx
View file @
68d6ad4f
...
...
@@ -15,7 +15,7 @@ function CardEvent({ event }: { event: EventItem }) {
className=
'w-[100px] md:w-[130px] aspect-3/2 object-cover'
onError=
{
(
e
)
=>
{
e
.
currentTarget
.
onerror
=
null
e
.
currentTarget
.
src
=
"/
fallback
.png"
e
.
currentTarget
.
src
=
"/
VCCI-Chung-300x200-1
.png"
}
}
/>
<
div
className=
'flex-1'
>
...
...
src/app/(main)/(home)/components/card-news/index.tsx
View file @
68d6ad4f
...
...
@@ -15,7 +15,7 @@ function CardNews({ news }: { news: NewsItem }) {
className=
"w-[100px] md:w-[130px] aspect-3/2 object-cover"
onError=
{
(
e
)
=>
{
e
.
currentTarget
.
onerror
=
null
e
.
currentTarget
.
src
=
"/
fallback
.png"
e
.
currentTarget
.
src
=
"/
VCCI-Chung-300x200-1
.png"
}
}
/>
<
div
className=
"flex-1"
>
...
...
src/app/(main)/(home)/page.tsx
View file @
68d6ad4f
...
...
@@ -380,7 +380,7 @@ const Page = () => {
className=
"w-full h-full object-cover"
onError=
{
(
e
)
=>
{
(
e
.
target
as
HTMLImageElement
).
src
=
"/
img-error
.png"
;
"/
VCCI-Chung-300x200-1
.png"
;
}
}
/>
</
div
>
...
...
src/app/(main)/[...slug]/page.tsx
View file @
68d6ad4f
...
...
@@ -65,7 +65,7 @@ export default function DynamicPage() {
});
const
{
data
:
newsDetail
,
isLoading
:
isLoadingNewsDetail
}
=
useGetNews
<
GetNewsResponseType
>
({
filters
:
`external_link@=
${
lastPart
}
`
,
filters
:
`external_link@=
${
url
}
`
,
});
// event page
...
...
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