Updated contents for all pages and application name
This commit is contained in:
@@ -5,6 +5,6 @@ import { View } from '../../views/view';
|
||||
@customElement('profile-view')
|
||||
export class ProfileView extends View {
|
||||
render() {
|
||||
return html`<div>Content placeholder</div>`;
|
||||
return html`<div>Profile</div>`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user