Skip to content

Commit

Permalink
Small web updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Oct 2, 2024
1 parent abc1e25 commit 31cfae0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ module.exports = {
{
to: "https://demo.firecms.co",
label: "Demo",
className: "border-1 border-slate-600 dark:border-slate-700 uppercase rounded border-solid dark:text-white text-white hover:text-slate-100 dark:hover:text-slate-100 hover:bg-slate-100 dark:hover:bg-slate-900 dark:hover:border-slate-800 text-center btn mr-3 px-6 py-2",
className: "border-1 border-slate-600 border-slate-700 uppercase rounded border-solid text-white hover:text-slate-100 hover:bg-slate-100 text-center btn mr-3 px-6 py-2",
"aria-label": "Open the demo project",
position: "right"
},
Expand Down
2 changes: 1 addition & 1 deletion website/src/partials/home/HeroButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function HeroButtons() {
rel="noopener noreferrer"
target="_blank"
>
Get started
Try FireCMS Cloud
<CTACaret/>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/src/partials/pro/ProDeveloperFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function ProDeveloperFeatures() {

<a
className={CTAButtonMixin + " "}
href={"https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ0INW8ihjQ90S4gkdo8_rbL_Zx7gagZShLIpHyW43zDXkQDPole6a1coo1sT2O6Gl05X8lxFDlp?gv=true"}
href={"https://calendar.app.google/tsbW6gSKVZDefgMf9"}
rel="noopener noreferrer"
target="_blank"
>
Expand Down
4 changes: 2 additions & 2 deletions website/src/partials/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React from "react";

export const CTAOutlinedButtonMixin = "btn px-10 py-4 md:px-12 border-1 border-solid border-gray-900 border-opacity-70 dark:border-gray-950 dark:border-opacity-80 uppercase rounded border-solid text-inherit dark:hover:text-gray-100 hover:bg-gray-100 dark:hover:bg-gray-900 h dark:hover:border-gray-800 text-center";
export const CTAOutlinedButtonWhiteMixin = "btn px-10 py-4 md:px-12 border-1 border-white uppercase rounded border-solid text-white dark:text-white hover:bg-gray-200 hover:border-gray-200 text-center";
export const CTAButtonMixin = "btn px-10 py-4 md:px-12 text-white bg-primary hover:text-white hover:bg-blue-700 hover:text-white uppercase border-solid rounded text-center";
export const CTAButtonDarkMixin = "btn px-10 py-4 md:px-12 border-1 border-gray-700 uppercase rounded border-solid text-white bg-gray-950 bg-opacity-75 hover:bg-opacity-100 hover:text-gray-100 hover:border-gray-800 text-center";
export const CTAButtonMixin = "btn py-4 px-8 text-white bg-primary hover:text-white hover:bg-blue-700 hover:text-white uppercase border-solid rounded text-center";
export const CTAButtonDarkMixin = "btn px-8 py-4 border-1 border-gray-700 uppercase rounded border-solid text-white bg-gray-950 bg-opacity-75 hover:bg-opacity-100 hover:text-gray-100 hover:border-gray-800 text-center";

export const CTAButtonMixinLight = "btn px-10 py-4 md:px-12 text-text-primary bg-primary hover:text-white hover:bg-blue-700 hover:text-white uppercase border-solid rounded text-center";

Expand Down

0 comments on commit 31cfae0

Please sign in to comment.