Skip to content
Merged
Show file tree
Hide file tree
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 apps/cirquiz/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const suffixes = {
const s = suffixes[env as keyof typeof suffixes] ?? suffixes.development;

export default ({ config }: ConfigContext): ExpoConfig => ({
name: `Circle Quiz${s.name}`,
name: `Circle Q${s.name}`,
slug: 'cirquiz',
version: '1.0.0',
orientation: 'portrait',
Expand Down
6 changes: 3 additions & 3 deletions apps/cirquiz/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { IconButton } from '../src/components/IconButton';
import { ShineButton } from '../src/components/ShineButton';
import { useGameStore } from '../src/state/gameStore';
import { colors, fontSize, spacing } from '../src/theme';
import CirclequizLogo from '../assets/circlequiz-wordmark.svg';
import CircleQLogo from '../assets/circleq-wordmark.svg';

const DOT_COLORS = [
colors.playerPalette.blue,
Expand Down Expand Up @@ -142,7 +142,7 @@ export default function HomeScreen() {
<GradientScreen>
<View style={styles.loadingContainer}>
<View style={styles.logoWrapper}>
<CirclequizLogo />
<CircleQLogo />
</View>
<View style={styles.dotsRow}>
{DOT_COLORS.map((color, i) => (
Expand All @@ -166,7 +166,7 @@ export default function HomeScreen() {
</View>
<Animated.View style={[styles.hero, heroStyle]}>
<View style={styles.logoWrapper}>
<CirclequizLogo width={340} height={95} />
<CircleQLogo width={340} height={95} />
</View>
<Text style={styles.subtitle}>{t('home.subtitle', 'Challenge your friends!')}</Text>
</Animated.View>
Expand Down
14 changes: 14 additions & 0 deletions apps/cirquiz/assets/circleq-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading