Skip to content

Commit 3004729

Browse files
committed
Change hrefs for projects
1 parent 20ed401 commit 3004729

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/config/projects/plain-color.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const Project_PlainColor: Project = {
66
title: 'PlainColor',
77
shortDescription: 'Lightweight stylish cross-platform color picker app',
88
longDescription: 'We are in active development, and many new features are coming soon...',
9-
href: '/plain-color',
9+
href: '/plaincolor',
1010
appIcon: '/assets/images/projects/plain-color/icon.webp',
1111
images: ['/assets/images/projects/plain-color/1.webp'],
1212
githubPath: 'ModuleArt/plain-color',

src/config/projects/quick-color-picker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const Project_QuickColorPicker: Project = {
66
title: 'Quick Color Picker',
77
shortDescription: 'Lightweight desktop color picker and color editor utility for Windows',
88
longDescription: 'Color picker and color editor utility to pick and save color codes from your screen quickly',
9-
href: '/quick-color-picker',
9+
href: '/quickcolorpicker',
1010
appIcon: '/assets/images/projects/quick-color-picker/icon.webp',
1111
images: ['/assets/images/projects/quick-color-picker/1.webp', '/assets/images/projects/quick-color-picker/2.webp'],
1212
githubPath: 'ModuleArt/quick-color-picker',

src/config/projects/quick-picture-viewer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Project_QuickPictureViewer: Project = {
77
shortDescription: 'Lightweight, versatile desktop image viewer for Windows',
88
longDescription:
99
'Small and fast but still have a bunch of features. 20+ formats supported. Works great with GIF, SVG, PNG, WEBP, ICO, BMP, DDS, TGA, CR2 etc.',
10-
href: '/quick-picture-viewer',
10+
href: '/quickpictureviewer',
1111
appIcon: '/assets/images/projects/quick-picture-viewer/icon.webp',
1212
images: ['/assets/images/projects/quick-picture-viewer/1.webp', '/assets/images/projects/quick-picture-viewer/2.webp'],
1313
githubPath: 'ModuleArt/quick-picture-viewer',

src/config/projects/sz-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const Project_SzContext: Project = {
66
title: 'SzContext',
77
shortDescription: 'Open files or folders using your favorite app from Finder® context menu',
88
longDescription: 'Provides your favorite apps at your hands. Open files or folders using your favorite app from Finder® context menu',
9-
href: '/sz-context',
9+
href: '/szcontext',
1010
appIcon: '/assets/images/projects/sz-context/icon.webp',
1111
images: [
1212
'/assets/images/projects/sz-context/1.webp',

0 commit comments

Comments
 (0)