Skip to content

Commit

Permalink
test remove blur
Browse files Browse the repository at this point in the history
  • Loading branch information
djsisson committed Nov 13, 2024
1 parent bf83ac5 commit 2ae4854
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/app/asteroidz/components/ThemeProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const ThemeProvider = ({ children }: { children: React.ReactNode }) => {
alt="Background"
fill={true}
priority={true}
placeholder="blur"
/>
{children}
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/app/asteroidz/components/ViewPort.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import { useState, useEffect, useRef } from "react";
import React, { useState, useEffect, useRef } from "react";
import {
useGameState,
calcdamage,
Expand Down Expand Up @@ -144,7 +144,6 @@ const ViewPort = () => {
priority={true}
className="[-webkit-user-drag:none] [user-drag:none] select-none"
fill={true}
placeholder="blur"
/>
</div>
{cpsValues.map((x) => {
Expand Down
1 change: 0 additions & 1 deletion src/app/genshin/components/Background.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default function Background({ currentCity }: { currentCity: string }) {
alt={currentCity}
priority={true}
fill={true}
placeholder="blur"
></Image>
</div>
);
Expand Down
1 change: 0 additions & 1 deletion src/app/genshin/components/Char-Selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export default function CharSelector({
fill={true}
sizes="10vw"
priority={true}
placeholder="blur"
/>
</div>
))}
Expand Down
1 change: 0 additions & 1 deletion src/app/genshin/components/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default function Profile({
}
alt={charName}
priority={true}
placeholder="blur"
/>
</div>
);
Expand Down

0 comments on commit 2ae4854

Please sign in to comment.