Skip to content

Commit

Permalink
chore: Update icon + logo
Browse files Browse the repository at this point in the history
  • Loading branch information
LynithDev committed Dec 14, 2024
1 parent 92179d5 commit a5d898b
Show file tree
Hide file tree
Showing 24 changed files with 52 additions and 30 deletions.
6 changes: 0 additions & 6 deletions apps/frontend/public/tauri.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/frontend/public/vite.svg

This file was deleted.

12 changes: 12 additions & 0 deletions apps/frontend/src/assets/logos/onelauncher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions apps/frontend/src/assets/logos/onelauncher_full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions apps/frontend/src/assets/logos/onelauncher_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions apps/frontend/src/ui/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { WEBSITE } from '@onelauncher/client';
import { A, useNavigate } from '@solidjs/router';
import { open } from '@tauri-apps/plugin-shell';
import { Bell01Icon, Cloud01Icon, Settings01Icon, TerminalBrowserIcon } from '@untitled-theme/icons-solid';
import OneLauncherText from '~assets/logos/onelauncher_text.svg?component-solid';
import { createSignal } from 'solid-js';
import Button from './base/Button';
import PlayerHead from './game/PlayerHead';
import PolyfrostFull from './logos/PolyfrostFull';
import AccountPopup from './overlay/account/AccountsPopup';
import useAccountController from './overlay/account/AddAccountModal';
import NotificationPopup from './overlay/notifications/NotificationPopup';
Expand Down Expand Up @@ -40,10 +40,10 @@ function Navbar() {
let notificationButtonContainer!: HTMLDivElement;

return (
<div class="h-15 min-h-[60px] flex flex-row items-center *:flex-1">
<div class="h-full flex items-center justify-start">
<div class="h-full flex items-start justify-start transition-transform active:scale-90" onClick={() => open(WEBSITE)}>
<PolyfrostFull />
<div class="h-15 min-h-15 flex flex-row items-center *:flex-1">
<div class="flex items-start justify-start">
<div class="flex items-start justify-start transition-transform active:scale-90" onClick={() => open(WEBSITE)}>
<OneLauncherText width={260} />
</div>
</div>
<div class="flex flex-row items-center justify-center gap-x-10 py-1">
Expand Down
Loading

0 comments on commit a5d898b

Please sign in to comment.