Skip to content

Commit

Permalink
Code Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zismaildev authored and github-actions[bot] committed May 14, 2024
1 parent bf61adf commit 184b39f
Show file tree
Hide file tree
Showing 3 changed files with 4,678 additions and 5,438 deletions.
8 changes: 4 additions & 4 deletions Client/src/data/staff.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,21 +145,21 @@ export const Staff2Data = [

export const DevData = [
{
facebook: "https://www.facebook.com/xz1smail",
faculty: "วิทยาศาสตร์ และ เทคโนโลยี",
github: "https://github.com/zismaildev",
img: "https://i.pravatar.cc/150?u=a04258a2462d826712d",
facebook: "https://www.facebook.com/xz1smail",
instagram: "https://www.instagram.com/xz1smail/?hl=th",
github: "https://github.com/zismaildev",
major: "วิทยาการคอมพิวเตอร์",
staffrole: "Full Stack",
title: "ZismailDev",
},
{
facebook: "",
faculty: "วิทยาศาสตร์ และ เทคโนโลยี",
github: "https://github.com/Faelayis",
img: "https://i.pravatar.cc/150?u=a04258114e29026302d",
facebook: "",
instagram: "",
github: "https://github.com/Faelayis",
major: "วิทยาการคอมพิวเตอร์",
staffrole: "Full Stack",
title: "Faelayis",
Expand Down
4 changes: 1 addition & 3 deletions Client/src/pages/developers/[developers].jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export default function DevPage() {
return (
<div>
<Head>
<title>
{dev ? `${dev.title} - CMRU E-Sport` : "CMRU E-Sport"}
</title>
<title>{dev ? `${dev.title} - CMRU E-Sport` : "CMRU E-Sport"}</title>
<meta content="Generated by create next app" name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="/logo.ico" rel="icon" />
Expand Down
Loading

0 comments on commit 184b39f

Please sign in to comment.