Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/30-components/tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Mit dem Attribut **`_has-create-button`** lässt sich ein zusätzlicher Button i
</kol-tabs>
```

<kol-link _href="https://develop--kolibri-public-ui.netlify.app/#/tabs/create-button" _target="_blank" _label="Beispiel in der Sample App"></kol-link>
<kol-link _href="https://release-3--kolibri-public-ui.netlify.app/#/tabs/create-button" _target="_blank" _label="Beispiel in der Sample App"></kol-link>

### Best practices

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const HomepageButtons: FunctionComponent = () => {
></KolLinkButton>
<KolLinkButton
className="w-72"
_href="https://develop--kolibri-public-ui.netlify.app"
_href="https://release-3--kolibri-public-ui.netlify.app"
_label={translate({
id: 'custom.sample-app-button',
})}
Expand Down
4 changes: 2 additions & 2 deletions src/shares/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION_ID = 'v2'; // should be V3, but we don't have a V3 sample app deployed yet.
export const DEV_NETLIFLY_LINK = 'https://develop--kolibri-public-ui.netlify.app'; // should be release-3, but we don't have a release-3 sample app deployed yet.
export const VERSION_ID = 'v3';
export const DEV_NETLIFLY_LINK = 'https://release-3--kolibri-public-ui.netlify.app';
2 changes: 1 addition & 1 deletion src/theme/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const NavbarWrapper: FunctionComponent<PropsWithChildren> = (props) => {
</div> */}
<div>
<KolLinkButton
_href="https://develop--kolibri-public-ui.netlify.app"
_href="https://release-3--kolibri-public-ui.netlify.app"
_icons={'codicon codicon-preview'}
_hideLabel
_label={translate({
Expand Down
Loading