Skip to content

Commit 1820e86

Browse files
Merge pull request #48 from foundersandcoders/fix_name
new title
2 parents 08c14bc + 7bd9824 commit 1820e86

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

docs/Brief_Docs/Project Brief.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ While we see this as a tool that employers would encourage new staff to use, the
3232
f. Workplace adjustments and support
3333
g. Additional information and resources
3434
3. Profile should include basic account details: name, pronouns, job title, line manager, employer, and options to edit these.
35-
4. Categories b-e include the questions as currently exist in the workplace passport, i.e. when the user clicks onto wellness at work, they are presented with the list of questions as they currently appear in the Beacons page
35+
4. Categories b-e include the questions as currently exist in the workplace passport, i.e. when the user clicks onto wellness at work, they are presented with the list of questions as they currently appear in the Workwise page
3636
5. When the user clicks on the question, a box pops up which allows them to enter their answer as free text.
3737
6. It is not mandatory for the user to complete each question.
3838
7. Following free text answer to be given an option of follow up actions, to include:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "round02",
2+
"name": "Workwise",
33
"private": true,
4-
"version": "0.6.005",
4+
"version": "0.6.007",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

src/lib/components/layouts/Footer.svelte

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<InfoModal show={showTermsModal} title="Terms of Use" onclose={() => (showTermsModal = false)}>
116116
<h2>1. Introduction</h2>
117117
<p>
118-
Welcome to Beacons ("Service"), a workplace passport application provided by LIFT. By using our
118+
Welcome to Workwise ("Service"), a workplace passport application provided by LIFT. By using our
119119
Service, you agree to these Terms of Use. Please read them carefully.
120120
</p>
121121
<p>
@@ -139,7 +139,7 @@
139139
</p>
140140

141141
<h2>3. Your Content</h2>
142-
<p>You retain ownership of all content you create through our Service. By using Beacons, you:</p>
142+
<p>You retain ownership of all content you create through our Service. By using Workwise, you:</p>
143143
<ul>
144144
<li>Are responsible for the accuracy of your statements</li>
145145
<li>Control which statements are marked as "public" and can be shared</li>
@@ -148,7 +148,7 @@
148148
</ul>
149149

150150
<h2>4. Acceptable Use</h2>
151-
<p>You agree not to use Beacons to:</p>
151+
<p>You agree not to use Workwise to:</p>
152152
<ul>
153153
<li>Create or share statements that are harmful, offensive, or discriminatory</li>
154154
<li>Attempt to gain unauthorized access to other users' data</li>
@@ -178,7 +178,8 @@
178178
>
179179
<h2>How We Protect Your Data</h2>
180180
<p>
181-
At Beacons, we prioritize your privacy and ensure your personal information is handled securely.
181+
At Workwise, we prioritize your privacy and ensure your personal information is handled
182+
securely.
182183
</p>
183184
<ul>
184185
<li>Your data is encrypted both in transit and at rest</li>

src/lib/components/layouts/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</div>
3030

3131
<div id="app-name" class="header-container-name flex flex-row items-end gap-2">
32-
<h1>LIFT</h1>
32+
<h1>Workwise</h1>
3333
<p class="text-sm">{version}</p>
3434
</div>
3535
</div>

src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.6.005';
1+
export const version = '0.6.007';

0 commit comments

Comments
 (0)