diff --git a/layouts/AppDemoActions.vue b/layouts/AppDemoActions.vue index ab272a87e..187580fb6 100644 --- a/layouts/AppDemoActions.vue +++ b/layouts/AppDemoActions.vue @@ -59,8 +59,8 @@ export default { document.getElementById('app-doc').scrollIntoView({ behavior: 'smooth' }); }, viewOnFigma() { - if (this.$appState.darkTheme) window.open('https://www.figma.com/file/LJBqVfMpK8xY6KR2KIc8RK/Preview-%7C-Dark-%7C-PrimeOne-2022-%7C-1.0.0?node-id=806%3A36648', '_blank'); - else window.open('https://www.figma.com/file/c3BuENd8nGcyPmn7ADieee/Preview-%7C-PrimeOne-2022-%7C-1.0.0?node-id=806%3A36648', '_blank'); + if (this.$appState.darkTheme) window.open('https://www.figma.com/file/lwsadx20eWq3UWS4eAxCYo/Preview-%7C-Dark-%7C-PrimeOne-%7C-2.0?node-id=806%3A36648&t=Qw2Pi6W4Q4rtbnZ5-1', '_blank'); + else window.open('https://www.figma.com/file/1rMJ9BAiZovyQYNUG06T0j/Preview-%7C-PrimeOne-%7C-2.0?node-id=806%3A36648&t=MnxlHT9snz8Y6DwL-1', '_blank'); }, viewOnGitHub() { EventBus.emit('view-github'); diff --git a/pages/uikit/index.vue b/pages/uikit/index.vue index e1a0ec629..6ce8fa8d9 100644 --- a/pages/uikit/index.vue +++ b/pages/uikit/index.vue @@ -13,7 +13,7 @@