Skip to content
Open
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 src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div id="app">
<div>
<pre> This is still work in progress, alot has been done on the backend, feel free to contribute <a href="https://github.com/Timtech4u/employee-manager"> here </a></pre>
<pre> This work is still in progress, alot has been done on the backend, feel free to contribute <a href="https://github.com/Timtech4u/employee-manager"> here </a></pre>
<h3> Tenant Organization Profile </h3>
<h1 v-if="org.name"> Name: {{org.name}} </h1>
<p v-if="org.email"> Email: {{org.email}} </p>
Expand Down