-
+
- - - -

RECENT ACTIVITY

+
+ diff --git a/src/components/info-card.js b/src/components/info-card.js index d2c35d9..5685bb9 100644 --- a/src/components/info-card.js +++ b/src/components/info-card.js @@ -12,16 +12,26 @@ class infoCard extends LitElement { return html`
-

- USER DASHBOARD -

-

- Welcome to your dashboard. From here, you can access different sections of the OAE. -

- - - Open Link - +
`; diff --git a/src/components/news-feed.js b/src/components/news-feed.js index e940e2f..1ec3d71 100644 --- a/src/components/news-feed.js +++ b/src/components/news-feed.js @@ -2,6 +2,11 @@ import { html, LitElement } from 'lit-element'; import homepageStyles from '../../style/homepage.scss'; import sharedStyles from '../../style/app.scss'; import newsFeedComponent from '../../style/news-feed.scss'; +import '@polymer/iron-icons/iron-icons.js'; +import '@polymer/iron-icons/social-icons.js'; +import '@polymer/iron-icons/av-icons.js'; +import '@polymer/iron-icons/hardware-icons.js'; +import '@polymer/iron-icons/communication-icons.js'; import './tags.js'; class newsFeed extends LitElement { @@ -13,19 +18,19 @@ class newsFeed extends LitElement { return html`
-