diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be4a1fa5..619dee9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ As a general rule; ## How to contribute -This project follows a Fork/Feature Brabch/Pull Request model. If you're not familiar with this, here's how it works: +This project follows a Fork/Feature Branch/Pull Request model. If you're not familiar with this, here's how it works: 1. Fork the project to your GitHub account. 2. Clone your fork to your local machine. diff --git a/README.md b/README.md index 88678384..df62e7aa 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,3 @@ - -

- - Follow me - -
- - - DevFest - - -

-

-

@@ -68,6 +54,22 @@
+ +

+


+

We participate in Hacktoberfest 2024! 🎉🎊

+

We are sending a t-shirt for every merged PR! (max 1 per person)

+

Rules:

+ +

+


+

+

diff --git a/apps/frontend/src/components/layout/settings.component.tsx b/apps/frontend/src/components/layout/settings.component.tsx index a0d8e817..c229216b 100644 --- a/apps/frontend/src/components/layout/settings.component.tsx +++ b/apps/frontend/src/components/layout/settings.component.tsx @@ -155,7 +155,7 @@ export const SettingsPopup: FC<{ getRef?: Ref }> = (props) => { /> -
+
Upload image
@@ -173,7 +173,7 @@ export const SettingsPopup: FC<{ getRef?: Ref }> = (props) => { >
diff --git a/libraries/react-shared-libraries/src/form/checkbox.tsx b/libraries/react-shared-libraries/src/form/checkbox.tsx index a16521b7..8090d000 100644 --- a/libraries/react-shared-libraries/src/form/checkbox.tsx +++ b/libraries/react-shared-libraries/src/form/checkbox.tsx @@ -42,8 +42,22 @@ export const Checkbox = forwardRef {currentStatus && ( - Checked - )} +
+ + + +
+ )} ); }); diff --git a/libraries/react-shared-libraries/src/toaster/toaster.tsx b/libraries/react-shared-libraries/src/toaster/toaster.tsx index 88eb1c93..5768ca7b 100644 --- a/libraries/react-shared-libraries/src/toaster/toaster.tsx +++ b/libraries/react-shared-libraries/src/toaster/toaster.tsx @@ -68,7 +68,7 @@ export const Toaster = () => { )} -
{toasterText}
+
{toasterText}