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