Skip to content

Commit

Permalink
CREDEBL-347: Removed duplicate googleapi CDN. (#849)
Browse files Browse the repository at this point in the history
Signed-off-by: prasadgkalamkar <[email protected]>
  • Loading branch information
prasadgkalamkar authored Dec 30, 2024
1 parent be5eb15 commit 4a248d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/LayoutCommon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ const refreshToken = getFromCookies(Astro.cookies, 'refresh');

<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap"
rel="stylesheet"
/>

<meta property="og:image" content={initData.PUBLIC_PLATFORM_LOGO} />
<script is:inline id="theme">
Expand Down

0 comments on commit 4a248d6

Please sign in to comment.