Skip to content

Commit f605623

Browse files
committed
🐛 fix(profile): fixed some eslint error
1 parent f39a2e1 commit f605623

4 files changed

Lines changed: 19 additions & 11 deletions

File tree

content/profile/shinthanthtun.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,17 @@ tags:
99
- Rust
1010
- Zig
1111
---
12-
13-
1412
<div className="max-w-lg mx-auto my-10 bg-grey rounded-lg">
1513
<img class="w-32 h-32 block object-cover w-1/4 rounded-full ring-4 ring-white-500/50 ring-offset-[10px] mx-auto" src="https://avatars.githubusercontent.com/u/143016385?v=4" alt="Profile picture"/>
16-
<p class="text-left text-white-800 mt-1">
17-
{
14+
<p class="text-left text-white-800 mt-5">
15+
\{
1816
"name" : ShinThantHtun
1917
"about-me" : A INTP-T nerd logician who love science and math.
20-
"theThingsILearned" : - JavaScript (React, Next, Node)
21-
- TypeScript
22-
- C++
23-
- Rust
24-
- Zig
25-
}
18+
"theThingsILearned" : \- JavaScript (React, Next, Node)
19+
\- TypeScript
20+
\- C++
21+
\- Rust
22+
\- Zig
23+
\}
2624
</p>
2725
</div>

src/components/Contributors/DaGuGuGu/DaGuGuGu.jsx

Lines changed: 9 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 React, { useState } from "react";
23
import { BiLogoGithub, BiLink } from "react-icons/bi";
34
import { IoIosArrowBack, IoIosArrowForward } from "react-icons/io";
@@ -13,11 +14,13 @@ const DaGuGuGu = () => {
1314
<img
1415
className="w-full h-[200px]"
1516
src="https://media0.giphy.com/media/RMwgs5kZqkRyhF24KK/giphy.gif?cid=ecf05e47xdckqv6kn5rc6of5baa793qgy7if69g574pn3sl2&ep=v1_gifs_search&rid=giphy.gif&ct=g"
17+
alt="DaGuGu"
1618
/>
1719

1820
<img
1921
className="rounded-full mx-3 -mt-[50px] mb-3 bg-green-300 h-[100px] w-[100px] border-2 "
2022
src="https://avatars.githubusercontent.com/u/71760983?s=400&u=b3a7e019faf9f06d3f499ae0486d5dd397617f77&v=4"
23+
alt="DaGuGu"
2124
/>
2225
<div className="mx-3">
2326
<h2 className="text-white font-semibold ">Hein Htet Aung</h2>
@@ -82,7 +85,11 @@ const DaGuGuGu = () => {
8285
}}
8386
className="w-[100px] cursor-pointer h-[165px] bg-red-300 rounded-md overflow-hidden"
8487
>
85-
<img className="w-full h-full" src={data.thumbnail} />
88+
<img
89+
className="w-full h-full"
90+
src={data.thumbnail}
91+
alt="DaGuGu"
92+
/>
8693
</div>
8794
{data.title}
8895
</div>
@@ -147,6 +154,7 @@ const Modal = ({ projects, show, setShowModal }) => {
147154
<img
148155
className={projects[current].imageClass}
149156
src={projects[current].image}
157+
alt="DaGuGu"
150158
/>
151159
<div
152160
onClick={() => setCurrent((prev) => prev + 1)}

src/components/Contributors/Peter/components/About.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
"use-client";
23
import React from "react";
34

src/components/Contributors/nyeinminhtet/Nyeinminhtet.tsx

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 React from "react";
23
import { IoLogoFacebook, IoLogoGithub } from "react-icons/io5";
34

0 commit comments

Comments
 (0)