Browse Source

Merge pull request #26779 from overleaf/rh-email-confirmation-logo

Use green OL logo in Interstitial and ODC components

GitOrigin-RevId: 8fee3f0758e22c4ebaea7d0cd01a408c16380a98
roo hutton 1 năm trước cách đây
mục cha
commit
8cd8d8239b

+ 1 - 1
services/web/frontend/js/shared/components/interstitial.tsx

@@ -1,5 +1,5 @@
 import classNames from 'classnames'
-import overleafLogo from '@/shared/svgs/overleaf.svg'
+import overleafLogo from '@/shared/svgs/overleaf-green.svg'
 
 type InterstitialProps = {
   className?: string