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
73c614b3
Commit
73c614b3
authored
Nov 12, 2025
by
Phạm Quang Bảo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update/img err
parent
75a186b4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
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
No files found.
public/VCCI-Chung-300x200-1.png
0 → 100644
View file @
73c614b3
92.9 KB
src/app/(main)/(home)/components/card-event/index.tsx
View file @
73c614b3
...
...
@@ -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 @
73c614b3
...
...
@@ -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 @
73c614b3
...
...
@@ -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
>
...
...
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