Skip to content

Commit

Permalink
replace default singer avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
mebtte committed May 29, 2024
1 parent 3b97e1f commit 9531516
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Binary file removed apps/pwa/src/asset/default_singer_avatar.jpeg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ellipsis from '@/style/ellipsis';
import getResizedImage from '@/server/asset/get_resized_image';
import { SingerDetail } from '../constants';
import e, { EventType } from '../../eventemitter';
import JpegDefaultSingerAvatar from '@/asset/default_singer_avatar.jpeg';
import JpegDefaultSingerAvatar from '@/asset/default_cover.jpeg';

const COVER_SIZE = 28;
const Style = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion apps/pwa/src/pages/player/singer_drawer/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CSSVariable } from '@/global_style';
import styled from 'styled-components';
import Cover, { Shape } from '@/components/cover';
import { Singer } from './constants';
import JpegDefaultSingerAvatar from '@/asset/default_singer_avatar.jpeg';
import JpegDefaultSingerAvatar from '@/asset/default_cover.jpeg';

const Style = styled.div`
position: relative;
Expand Down
1 change: 0 additions & 1 deletion apps/pwa/src/service_worker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference lib="WebWorker" />
/* global ServiceWorkerGlobalScope */
import { clientsClaim } from 'workbox-core';
import { precacheAndRoute, PrecacheEntry } from 'workbox-precaching';
Expand Down
Binary file removed design/default_singer_avatar.psd
Binary file not shown.

0 comments on commit 9531516

Please sign in to comment.