Skip to content

Commit 6305533

Browse files
committed
🐛 fix(warning): showing warning message during building
1 parent ae237b6 commit 6305533

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/Contributors/MinHanKyaw/createPost.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @next/next/no-img-element */
12
// import Image from '../icons/image';
23
// import Feeling from '../icons/feeling';
34
// import Tag from '../icons/tag';
@@ -21,7 +22,7 @@ export default function CreatePost() {
2122
{/* <div className="border border-fGray border-opacity-10 mt-4" /> */}
2223
<div className="flex justify-between">
2324
<button className="flex justify-center items-center w-1/3 focus:outline-none mt-4 py-2">
24-
<Image />
25+
<Image alt="Image" />
2526
<div className="text-gray-500 text-sm ml-2">
2627
Photo/Video
2728
</div>

src/components/Contributors/MinHanKyaw/mainPost.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @next/next/no-img-element */
12
import { More,Like,CommentButton } from "./icons";
23

34
export default function MainPost() {

src/components/Contributors/MinHanKyaw/photos.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @next/next/no-img-element */
12
export default function Photos() {
23
return (
34
<div className="w-full shadow-fb bg-white rounded-lg p-4">

src/components/Contributors/MinHanKyaw/timelineHeader.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @next/next/no-img-element */
12
import { Phone, DownArrow, Friend,More } from "./icons";
23
import { PhoneDialog,MailDialog,MoreDialog } from './dialog';
34
import React, { useState } from 'react';

0 commit comments

Comments
 (0)