Răsfoiți Sursa

change alt name

yohei0125 3 ani în urmă
părinte
comite
a92fc41eec

+ 1 - 1
packages/app/src/components/Theme/ThemeAntarctic.tsx

@@ -23,7 +23,7 @@ const ThemeAntarctic = ({ children, colorScheme }: Props): JSX.Element => {
     <>
       {colorScheme != null && (
         <div className='grw-bg-image-wrapper'>
-          <Image className='grw-bg-image' alt='background-image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
+          <Image className='grw-bg-image' alt='background image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
         </div>
       )}
       {children}

+ 1 - 1
packages/app/src/components/Theme/ThemeChristmas.tsx

@@ -23,7 +23,7 @@ const ThemeChristmas = ({ children, colorScheme }: Props): JSX.Element => {
     <>
       {colorScheme != null && (
         <div className='grw-bg-image-wrapper'>
-          <Image className='grw-bg-image' alt='background-image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
+          <Image className='grw-bg-image' alt='background image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
         </div>
       )}
       {children}

+ 1 - 1
packages/app/src/components/Theme/ThemeHufflepuff.tsx

@@ -27,7 +27,7 @@ const ThemeHufflepuff = ({ children, colorScheme }: Props): JSX.Element => {
     <>
       {colorScheme != null && (
         <div className='grw-bg-image-wrapper'>
-          <Image className='grw-bg-image' alt='background-image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
+          <Image className='grw-bg-image' alt='background image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
         </div>
       )}
       {children}

+ 1 - 1
packages/app/src/components/Theme/ThemeIsland.tsx

@@ -23,7 +23,7 @@ const ThemeIsland = ({ children, colorScheme }: Props): JSX.Element => {
     <>
       {colorScheme != null && (
         <div className='grw-bg-image-wrapper'>
-          <Image className='grw-bg-image' alt='background-image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
+          <Image className='grw-bg-image' alt='background image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
         </div>
       )}
       {children}

+ 1 - 1
packages/app/src/components/Theme/ThemeSpring.tsx

@@ -23,7 +23,7 @@ const ThemeSpring = ({ children, colorScheme }: Props): JSX.Element => {
     <>
       {colorScheme != null && (
         <div className='grw-bg-image-wrapper'>
-          <Image className='grw-bg-image' alt='background-image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
+          <Image className='grw-bg-image' alt='background image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
         </div>
       )}
       {children}

+ 1 - 1
packages/app/src/components/Theme/ThemeWood.tsx

@@ -23,7 +23,7 @@ const ThemeWood = ({ children, colorScheme }: Props): JSX.Element => {
     <>
       {colorScheme != null && (
         <div className='grw-bg-image-wrapper'>
-          <Image className='grw-bg-image' alt='background-image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
+          <Image className='grw-bg-image' alt='background image' src={getBackgroundImageSrc(colorScheme)} layout='fill' quality="100" />
         </div>
       )}
       {children}