Skip to content

Commit

Permalink
Merge pull request #205 from awell-health/et-469-remove-commons-clini…
Browse files Browse the repository at this point in the history
…c-from-the-login-page

ET-469: remove commons-clinic logo from extensions page
  • Loading branch information
mohsinht authored Dec 20, 2024
2 parents 6470411 + d655120 commit 4dae54b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/awell-extensions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ export default function Extensions() {
/>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
className="col-span-2 max-h-12 w-full object-contain sm:col-start-2 lg:col-span-1 bg-slate-800 rounded p-2 dark:bg-transparent dark:p-2 dark:rounded-none"
src="https://commonsclinic.com/images/logos/commons-logo-light.svg"
alt="Commons Clinic"
className="col-span-2 col-start-2 max-h-12 w-full object-contain sm:col-start-auto lg:col-span-1 dark:bg-white dark:p-1 dark:rounded"
src="https://www.astranahealth.com/wp-content/uploads/2024/02/Astrana_Logo_250px_space_around-1024x201.png"
alt="Astrana Health"
/>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
Expand Down

0 comments on commit 4dae54b

Please sign in to comment.