From 797649e5c97854280007fbaaf4ccfa4264ae6d6d Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 20 Nov 2023 21:11:46 +0300 Subject: [PATCH] Update link font weight, update dropdown of hero --- components/doc/chart/accessibilitydoc.js | 2 +- components/landing/herosection.js | 4 ++-- pages/bootstrap/index.js | 2 +- pages/bulma/index.js | 2 +- pages/roadmap/index.js | 3 +-- pages/support/index.js | 6 ++---- pages/team/index.js | 12 +++++------- pages/uikit/index.js | 6 +++--- styles/layout/_doc.scss | 2 +- 9 files changed, 17 insertions(+), 22 deletions(-) diff --git a/components/doc/chart/accessibilitydoc.js b/components/doc/chart/accessibilitydoc.js index 2d32dbcdf0..b19e1b608d 100644 --- a/components/doc/chart/accessibilitydoc.js +++ b/components/doc/chart/accessibilitydoc.js @@ -19,7 +19,7 @@ export function AccessibilityDoc() {

Screen Reader

Chart components internally use canvas element, refer to the{' '} - + Chart.js accessibility {' '} guide for more information. The canvas element can be customized with canvasProps property to define aria roles and properties, in addition any content inside the component is directly passed as a child of the canvas to be diff --git a/components/landing/herosection.js b/components/landing/herosection.js index b39a2cdf60..ef3eed6ab6 100644 --- a/components/landing/herosection.js +++ b/components/landing/herosection.js @@ -130,12 +130,12 @@ const HeroSection = () => {

-
+
Amount setValue1(e.value)} />
-
+
Beneficiary setUser(e.value)} options={users} optionLabel="name" placeholder="Select a User" className="w-full" itemTemplate={userTemplate} />
diff --git a/pages/bootstrap/index.js b/pages/bootstrap/index.js index fbad04d1f8..a023617ab8 100644 --- a/pages/bootstrap/index.js +++ b/pages/bootstrap/index.js @@ -18,7 +18,7 @@ const BootstrapDemo = () => { ]; const description = ` - Bootstrap + Bootstrap is a well-known CSS library to build responsive and mobile first web projects. `; diff --git a/pages/bulma/index.js b/pages/bulma/index.js index 83ed673e56..e19f1cbeaf 100644 --- a/pages/bulma/index.js +++ b/pages/bulma/index.js @@ -18,7 +18,7 @@ const BulmaDemo = () => { ]; const description = ` - Bulma is a free, open source framework that provides ready-to-use frontend components and utilities. + Bulma is a free, open source framework that provides ready-to-use frontend components and utilities. `; return ; diff --git a/pages/roadmap/index.js b/pages/roadmap/index.js index 74611574cf..54d449c58e 100644 --- a/pages/roadmap/index.js +++ b/pages/roadmap/index.js @@ -1,5 +1,4 @@ import Head from 'next/head'; -import React from 'react'; const Roadmap = () => { return ( @@ -16,7 +15,7 @@ const Roadmap = () => {

Roadmap

At{' '} - + PrimeTek , we are passionate about improving PrimeReact and would like to share our ideas for 2023 with the community. These are planned to be implemented in parallel to the regular maintenance work of the library involving review of issue diff --git a/pages/support/index.js b/pages/support/index.js index c618d7cf49..e44359bc1a 100644 --- a/pages/support/index.js +++ b/pages/support/index.js @@ -1,5 +1,3 @@ -import React from 'react'; - const SupportPage = () => { return (

@@ -10,11 +8,11 @@ const SupportPage = () => {
Community Support

- + Forum {' '} and{' '} - + Discord {' '} are where the community users gather to seek support, post topics and discuss the technology. GitHub issue tracker is the channel where community users can create tickets however PrimeTek does not guarantee a response time diff --git a/pages/team/index.js b/pages/team/index.js index 012bae9b42..881a090bc2 100644 --- a/pages/team/index.js +++ b/pages/team/index.js @@ -1,28 +1,26 @@ -import React from 'react'; - const TemplatesPage = () => { return (

Meet the Team

- + PrimeTek {' '} is a world renowned vendor of popular UI Component suites including{' '} - + PrimeFaces ,{' '} - + PrimeNG ,{' '} - + PrimeReact {' '} and{' '} - + PrimeVue . All the members in our team are full time employees of PrimeTek who share the same passion and vision for open source to create awesome UI libraries. diff --git a/pages/uikit/index.js b/pages/uikit/index.js index c20c441aa0..94d5078f7d 100644 --- a/pages/uikit/index.js +++ b/pages/uikit/index.js @@ -152,7 +152,7 @@ const UIKitPage = (props) => {

Pricing
Choose the right plan for your business. Whether you are an individual or a member of a team, UI Kit is available for affordable prices.
- + View License Details @@ -313,7 +313,7 @@ const UIKitPage = (props) => {
We're a reseller, are we able to purchase a license on behalf of our client?

Yes, after the purchase, please{' '} - + contact us {' '} so we can transfer the license to your client. @@ -332,7 +332,7 @@ const UIKitPage = (props) => {

How can I get support?

Support is provided by PrimeTek via - + a dedicated forum channel monitored {' '} by PrimeTek support staff. diff --git a/styles/layout/_doc.scss b/styles/layout/_doc.scss index 47605a496d..7705eca21f 100644 --- a/styles/layout/_doc.scss +++ b/styles/layout/_doc.scss @@ -126,7 +126,7 @@ a { color: var(--primary-color); - font-weight: 600; + font-weight: 500; transition: all .2s; border-radius: var(--border-radius); @include focus-visible();