Skip to content

Commit a037a67

Browse files
committed
Fix broken image in contributor tutorial
Signed-off-by: Namanv509 <namanverma00260@gmail.com>
1 parent c6f343e commit a037a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Community/Newcomers-guide/Tutorials-table

src/sections/Community/Newcomers-guide/Tutorials-table/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const TutorialsTable = () => {
3737
{value}
3838
{isNew && (
3939
<img
40-
src="/images/new-badge.webp"
40+
src="/images/new-badge.png"
4141
alt="New"
4242
/>
4343
)}

0 commit comments

Comments
 (0)