diff --git a/README.md b/README.md index 3ec9016..b20c2cb 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ Integration with the backend is still experimental and requires a few changes to ## Help -Find us on [discord](https://discord.gg/RShTcdq). \ No newline at end of file +Find us on [discord](https://discord.gg/CcNnbGk). \ No newline at end of file diff --git a/src/components/dashboard.js b/src/components/dashboard.js index bd479a8..48cc15d 100644 --- a/src/components/dashboard.js +++ b/src/components/dashboard.js @@ -4,8 +4,8 @@ import dashboardStyles from '../../style/dashboard.scss'; import dashboardButtonsStyles from '../../style/dashboard-filter.scss'; import { PageViewElement } from './page-view-element.js'; import '@polymer/iron-icons/iron-icons.js'; -import './sidebar.js'; -import './top-nav.js'; +import './sidebarV2.js'; +import './top-navV2.js'; import './info-card.js'; import './tag-card.js'; import './news-feed.js'; @@ -19,17 +19,17 @@ class OAEDashboard extends PageViewElement { render() { return html` -