Skip to content

Commit 82fb11b

Browse files
committed
fix: change order in maintainers depending on activity
1 parent 2a1600e commit 82fb11b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/app/about/page.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,6 @@ const team = [
119119
link: 'https://shakhzod.me',
120120
image: { src: imageShakhzodKudratov },
121121
},
122-
123-
{
124-
name: "Bobomurod Mo'minov",
125-
role: "'Awesome' Boshqaruvi",
126-
link: 'https://bobomurod.uz',
127-
image: { src: imageBobomurodMuminov },
128-
},
129122
{
130123
name: 'Diyorbek Rustamjonov',
131124
role: "`O'zbek Ecma` boshqarmasi",
@@ -150,6 +143,12 @@ const team = [
150143
link: 'https://portfolio.rarebek.uz',
151144
image: { src: imageNodirbekNomonov },
152145
},
146+
{
147+
name: "Bobomurod Mo'minov",
148+
role: "'Awesome' Boshqaruvi",
149+
link: 'https://bobomurod.uz',
150+
image: { src: imageBobomurodMuminov },
151+
},
153152
{
154153
name: 'Manuchehr Usmonov',
155154
role: 'Yordamchi Tashkilot',

0 commit comments

Comments
 (0)