From 2006a46824e7a4f8cae77466c0d2a76746ae15ab Mon Sep 17 00:00:00 2001
From: Andrei Balanuta <43002968+snurfer0@users.noreply.github.com>
Date: Mon, 11 Dec 2023 16:22:29 +0200
Subject: [PATCH 1/3] fix: footer glitch
---
src/app/layout.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 3ebff6d..8de4996 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -22,10 +22,10 @@ export default function RootLayout({
-
+
- {children}
+ {children}
From 7e74873c917af908e42efd6f32ab9f4924bc9316 Mon Sep 17 00:00:00 2001
From: Andrei Balanuta <43002968+snurfer0@users.noreply.github.com>
Date: Mon, 11 Dec 2023 16:30:03 +0200
Subject: [PATCH 2/3] chore: change light theme
---
src/components/molecules/theme.controller.tsx | 2 +-
tailwind.config.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/molecules/theme.controller.tsx b/src/components/molecules/theme.controller.tsx
index 7ccfe9e..2ace3e8 100644
--- a/src/components/molecules/theme.controller.tsx
+++ b/src/components/molecules/theme.controller.tsx
@@ -11,7 +11,7 @@ const ThemeController: React.FC = () => {
return (
diff --git a/tailwind.config.js b/tailwind.config.js
index 4c237fe..b2101c1 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -5,7 +5,7 @@ module.exports = {
"./src/components/**/*.{js,ts,jsx,tsx}",
],
daisyui: {
- themes: ["pastel", "dark"],
+ themes: ["winter", "dark"],
darkTheme: "dark", // name of one of the included themes for dark mode
base: true, // applies background color and foreground color for root element by default
styled: true, // include daisyUI colors and design decisions for all components
From 7494ecd80dc7ef954bf398f54dcc6008eed847d5 Mon Sep 17 00:00:00 2001
From: Andrei Balanuta <43002968+snurfer0@users.noreply.github.com>
Date: Mon, 11 Dec 2023 16:30:12 +0200
Subject: [PATCH 3/3] chore: change button styles
---
src/components/templates/home.template.tsx | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/components/templates/home.template.tsx b/src/components/templates/home.template.tsx
index ced67bb..ab086da 100644
--- a/src/components/templates/home.template.tsx
+++ b/src/components/templates/home.template.tsx
@@ -1,10 +1,10 @@
import Image from 'next/image';
import Link from 'next/link';
import React from 'react';
+import { FiArrowRightCircle } from 'react-icons/fi';
import IntroImage from 'public/svg/intro.svg';
import { ButtonVariant } from 'src/enums/button.variant.enum';
import { Button } from '../atoms';
-
const HomeTemplate: React.FC = () => {
return (
@@ -29,12 +29,14 @@ const HomeTemplate: React.FC = () => {
campaign in moments. Simple to support and easy to manage.
-
-
-
+
+
+