diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c696cd55..781597f5 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -188,7 +188,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 with: context: build/${{ matrix.docker_context }} push: ${{ github.event_name != 'pull_request_target' && github.repository == 'SaptarshiSarkar12/Drifty' && !contains(github.ref_name, 'dependabot') }} diff --git a/Website/app/Contribute.js b/Website/app/Contribute.js index 7ad8eb99..34419260 100644 --- a/Website/app/Contribute.js +++ b/Website/app/Contribute.js @@ -19,13 +19,13 @@ export default function Contribute({ props }) { return (
-
-

+
+

More Information About Drifty

-

+

It is available both in CLI (Command Line Interface) and GUI (Graphical User Interface) mode for all the major platforms like Windows, Linux and MacOS. We believe in team work. Any contribution @@ -52,18 +52,18 @@ export default function Contribute({ props }) { and completed.

-
-

+
+

Be a part of Drifty Family!

-
+
{props.contrib.map((item, index) => { if (index < 7 && item.type === "User") { // We are using 7 instead of 6 because we are not counting the dependabot return ( - -
+
Contribute Stars : {values[0]} +

Demonstration of Drifty

-

+

Here is a quick demo of Drifty

@@ -25,10 +25,10 @@ export default function Demo() { classNames( "w-36 rounded-full py-2.5 font-extrabold text-blue-700", "ring-blue ring-opacity-60 ring-offset-2 ring-offset-bottom focus:outline-none focus:ring-2", - "hover:-translate-y-1 hover:scale-110 duration-200", + "hover:bg-[#004f6a] duration-200", selected ? "text-white bg-blue-600 shadow" - : "hover:bg-gray-700/[0.12]", + : "hover:bg-[#3741514f]", ) } key={tab} diff --git a/Website/app/Footer.js b/Website/app/Footer.js index 3a892229..d1703ef5 100644 --- a/Website/app/Footer.js +++ b/Website/app/Footer.js @@ -79,7 +79,7 @@ export default function Footer() { return (
-