Skip to content

Commit

Permalink
Merge pull request #5680 from google/enhance/#5679-use-placeholder-tw…
Browse files Browse the repository at this point in the history
…g-svg
  • Loading branch information
aaemnnosttv authored Aug 11, 2022
2 parents af68d93 + de386d8 commit 1966b20
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ import ProgressBar from '../../../../components/ProgressBar';
const { useSelect, useDispatch } = Data;

const DynamicLowSVG = lazy( () =>
import( '../../../../../svg/graphics/twg-dynamic-low.svg' )
// TODO: Replace with optimized SVG.
import( '../../../../../svg/graphics/twg-dynamic-low-placeholder.svg' )
);
const DynamicHighSVG = lazy( () =>
import( '../../../../../svg/graphics/twg-dynamic-high.svg' )
// TODO: Replace with optimized SVG.
import( '../../../../../svg/graphics/twg-dynamic-high-placeholder.svg' )
);

export default function ProminenceRadio() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ import { Cell } from '../../../../material-components';
import SetupHeader from './SetupHeader';

const ThankWithGoogleSetup = lazy( () =>
import( '../../../../../svg/graphics/thank-with-google-setup.svg' )
// TODO: Replace with optimized SVG.
import(
'../../../../../svg/graphics/thank-with-google-setup-placeholder.svg'
)
);

export default function SetupPublicationScreen( props ) {
Expand Down
5 changes: 5 additions & 0 deletions assets/svg/graphics/thank-with-google-setup-placeholder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/svg/graphics/twg-dynamic-high-placeholder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/svg/graphics/twg-dynamic-low-placeholder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1966b20

Please sign in to comment.