Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Oct 3, 2021
1 parent 5d25251 commit 6acdf2d
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions src/components/__snapshots__/Track.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

exports[`track widget 1`] = `
"<!DOCTYPE html>
<html dir=\\"ltr\\">
<head>
<meta charset=\\"UTF-8\\">
<link rel=\\"icon\\" sizes=\\"32x32\\" type=\\"image/png\\" href=\\"https://open.scdn.co/cdn/images/favicon32.8e66b099.png\\" />
<link rel=\\"icon\\" sizes=\\"16x16\\" type=\\"image/png\\" href=\\"https://open.scdn.co/cdn/images/favicon16.c498a969.png\\" />
<title>Spotify</title>
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0\\">
<link rel=\\"canonical\\" href=\\"https://open.spotify.com/track/3KZMPnlyKTDV4W7oNs7Vbk\\" />
<style type=\\"text/css\\">
<meta charset=\\"utf-8\\"/>
<link href=\\"https://open.scdn.co/cdn/images/favicon32.8e66b099.png\\" rel=\\"icon\\" sizes=\\"32x32\\" type=\\"image/png\\"/>
<link href=\\"https://open.scdn.co/cdn/images/favicon16.c498a969.png\\" rel=\\"icon\\" sizes=\\"16x16\\" type=\\"image/png\\"/>
<title>Spotify</title>
<meta content=\\"width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0\\" name=\\"viewport\\"/>
<link href=\\"https://open.spotify.com/track/3KZMPnlyKTDV4W7oNs7Vbk\\" rel=\\"canonical\\"/>
<style type=\\"text/css\\">
@font-face {
font-family: 'spotify-circular';
src: url(\\"https://open.scdn.co/cdn/fonts/CircularSpUIv3T-Light.afd9ab26.woff2\\") format('woff2'),
Expand Down Expand Up @@ -145,19 +146,15 @@ exports[`track widget 1`] = `
border: solid 8px transparent;
}
</style>
</head>
<body>
</body>
</html>
"
Expand Down

0 comments on commit 6acdf2d

Please sign in to comment.