From 189e921ba1917d143a9c5b082b0c0a54be393f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Sun, 11 Dec 2022 22:46:48 +0100 Subject: [PATCH] Update Contributing.mdx --- docs/Contributing.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Contributing.mdx b/docs/Contributing.mdx index b350869..e0dd985 100644 --- a/docs/Contributing.mdx +++ b/docs/Contributing.mdx @@ -40,7 +40,7 @@ You can track your workflows [here](https://github.com/AdisonCavani/distro-grub- ### Frequently Asked Questions **Q**: Where are `psd` templates located? -**A**: Templates are located in [`templates`](https://github.com/AdisonCavani/distro-grub-themes/tree/templates) branch. +**A**: Templates are located in [`templates branch`](https://github.com/AdisonCavani/distro-grub-themes/tree/templates). **Q**: How can I edit `psd` template? I don't have Photoshop **A**: You can import `psd` into GIMP, however this might cause to lose some Photoshop related data. I recommend to use [Photopea](https://www.photopea.com/) - free web-based Photoshop alternative. @@ -49,11 +49,11 @@ You can track your workflows [here](https://github.com/AdisonCavani/distro-grub- mainEntity={[ { questionName: "Where are psd templates located?", - acceptedAnswerText: "Templates are located in templates branch", + acceptedAnswerText: "Templates are located in templates branch.", }, { questionName: "How can I edit psd template? I don't have Photoshop.", - acceptedAnswerText: "You can import psd into GIMP, however this might cause to lose some Photoshop related data. I recommend to use Photopea - free web-based Photoshop alternative.", + acceptedAnswerText: "You can import psd into GIMP, however this might cause to lose some Photoshop related data. I recommend to use Photopea - free web-based Photoshop alternative.", }, ]} />