[Workavia] Replace Twake Drive header logos + alt + window app_name
Publish Feature Branch / publish-feature (ldap-sync) (push) Failing after 9m39s
Publish Feature Branch / publish-feature (nextcloud-migration) (push) Failing after 9m39s
Publish Feature Branch / publish-feature (onlyoffice-connector) (push) Failing after 9m40s
Publish / publish (backend) (push) Failing after 9m40s
Publish Feature Branch / publish-feature (backend) (push) Failing after 19m32s
Publish Feature Branch / publish-feature (frontend) (push) Failing after 19m31s
Publish / publish (frontend) (push) Failing after 9m39s
Publish / publish (ldap-sync) (push) Failing after 9m39s
Publish / publish (nextcloud-migration) (push) Has been cancelled
Publish / publish (onlyoffice-connector) (push) Has been cancelled
Publish Feature Branch / publish-feature (ldap-sync) (push) Failing after 9m39s
Publish Feature Branch / publish-feature (nextcloud-migration) (push) Failing after 9m39s
Publish Feature Branch / publish-feature (onlyoffice-connector) (push) Failing after 9m40s
Publish / publish (backend) (push) Failing after 9m40s
Publish Feature Branch / publish-feature (backend) (push) Failing after 19m32s
Publish Feature Branch / publish-feature (frontend) (push) Failing after 19m31s
Publish / publish (frontend) (push) Failing after 9m39s
Publish / publish (ldap-sync) (push) Failing after 9m39s
Publish / publish (nextcloud-migration) (push) Has been cancelled
Publish / publish (onlyoffice-connector) (push) Has been cancelled
- Replace logo-text-{black,white}.svg path-based artwork with simple
text-based "Workavia Drive" SVG matching the rest of the brand.
- Update alt="Tdrive" → alt="Workavia Drive" in header + side-bar +
Logo atom.
- Set WindowState.app_name to "Workavia Drive" so document.title
doesn't revert to "Tdrive" once the SPA hydrates.
This commit is contained in:
@@ -16,7 +16,7 @@ export const Logo = (props: PropsType): React.ReactElement => {
|
||||
<img
|
||||
className="mx-auto w-auto"
|
||||
src={`/public/img/logo/${size}x${size}.png`}
|
||||
alt="Tdrive logo"
|
||||
alt="Workavia Drive logo"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -3,7 +3,7 @@ import { capitalize } from 'lodash';
|
||||
import Globals from '@features/global/services/globals-tdrive-app-service';
|
||||
|
||||
class WindowState {
|
||||
public readonly app_name: string = 'Tdrive';
|
||||
public readonly app_name: string = 'Workavia Drive';
|
||||
public prefix = '';
|
||||
public suffix = '';
|
||||
|
||||
|
||||
@@ -19,12 +19,12 @@ export default ({ openSideMenu }: { openSideMenu: () => void }) => {
|
||||
<img
|
||||
src="/public/img/logo/logo-text-black.svg"
|
||||
className="h-9 ml-1 dark:hidden block"
|
||||
alt="Tdrive"
|
||||
alt="Workavia Drive"
|
||||
/>
|
||||
<img
|
||||
src="/public/img/logo/logo-text-white.svg"
|
||||
className="h-9 ml-1 dark:block hidden"
|
||||
alt="Tdrive"
|
||||
alt="Workavia Drive"
|
||||
/>
|
||||
</div>
|
||||
<div className="sm:inline-grid pl-3">
|
||||
|
||||
@@ -56,12 +56,12 @@ export default () => {
|
||||
<img
|
||||
src="/public/img/logo/logo-text-black.svg"
|
||||
className="h-6 ml-1 dark:hidden block"
|
||||
alt="Tdrive"
|
||||
alt="Workavia Drive"
|
||||
/>
|
||||
<img
|
||||
src="/public/img/logo/logo-text-white.svg"
|
||||
className="h-6 ml-1 dark:block hidden"
|
||||
alt="Tdrive"
|
||||
alt="Workavia Drive"
|
||||
/>
|
||||
</div>
|
||||
<div className="md:grow order-3 md:order-2">
|
||||
|
||||
Reference in New Issue
Block a user