Adjusted grid width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-26 02:33:02 +03:00
parent 6176c1c15a
commit 23532160a4
5 changed files with 29 additions and 15 deletions

View File

@@ -20,18 +20,6 @@ export class Project {
}
export default [
new Project({
name: 'flexpatrol.ru',
preview: flexpatrolPreview,
link: 'https://flexpatrol.ru',
descriptionSlug: 'flexpatrol_desc'
}),
new Project({
name: 'My Games',
preview: gamesPreview,
link: 'https://games.anatolykopyl.ru',
descriptionSlug: 'games_desc'
}),
new Project({
name: 'Warframe Center',
preview: warframePreview,
@@ -56,4 +44,16 @@ export default [
link: 'https://chrome.google.com/webstore/detail/vk-mute/mcnkfnjggkbenehgfelnnkklpkpjeibl',
descriptionSlug: 'vkmute_desc'
}),
new Project({
name: 'flexpatrol.ru',
preview: flexpatrolPreview,
link: 'https://flexpatrol.ru',
descriptionSlug: 'flexpatrol_desc'
}),
new Project({
name: 'My Games',
preview: gamesPreview,
link: 'https://games.anatolykopyl.ru',
descriptionSlug: 'games_desc'
}),
]