Skip to content

Commit

Permalink
updates zendesk URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Apr 9, 2021
1 parent 5851f51 commit f0a67dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frameworks/zendesk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const zendesk: Framework = {
{
componentId: 'alert',
componentName: 'Notification',
componentURL: 'https://zendeskgarden.github.io/react-components/notifications',
componentURL: 'https://garden.zendesk.com/components',
options: {
closable: true,
types: ['success', 'info', 'warning', 'error'],
Expand All @@ -27,7 +27,7 @@ export const zendesk: Framework = {
{
componentId: 'button',
componentName: 'Button',
componentURL: `${frameworkHomepage}/components/buttons`,
componentURL: `${frameworkHomepage}/components/button`,
options: {
disabled: true,
groupable: true,
Expand All @@ -51,7 +51,7 @@ export const zendesk: Framework = {
{
componentId: 'stepper',
componentName: 'Stepper',
componentURL: 'https://zendeskgarden.github.io/react-components/accordions/#stepper',
componentURL: `${frameworkHomepage}/components/stepper`,
options: {
canBeVertical: false,
clickable: false,
Expand Down

0 comments on commit f0a67dd

Please sign in to comment.