diff --git a/src/e2e-tests/top-up-create-stream.e2e.test.ts b/src/e2e-tests/top-up-create-stream.e2e.test.ts index 99c4afeae..8b450aec6 100644 --- a/src/e2e-tests/top-up-create-stream.e2e.test.ts +++ b/src/e2e-tests/top-up-create-stream.e2e.test.ts @@ -419,7 +419,7 @@ describe('app', async () => { await page.locator('div[data-testid="sidenav"] a:text("Drip List")').click(); await expect( - page.locator('text=Fund your dependencies by creating your Drip List'), + page.locator('text=Fund all your dependencies at once with a Drip List'), ).toHaveCount(1); }); diff --git a/src/lib/components/edu-card/edu-card.svelte b/src/lib/components/edu-card/edu-card.svelte index 8d2fcd86d..cc56633e5 100644 --- a/src/lib/components/edu-card/edu-card.svelte +++ b/src/lib/components/edu-card/edu-card.svelte @@ -54,24 +54,6 @@ align-items: center; } - .edu-card button { - position: absolute; - display: flex; - justify-content: center; - align-items: center; - right: 1rem; - top: 1rem; - border-radius: 50%; - height: 2rem; - width: 2rem; - z-index: 1; - background-color: var(--color-background); - } - - .edu-card button:focus-visible { - background-color: var(--color-foreground-level-2); - } - @media (max-width: 768px) { .edu-card { flex-direction: column-reverse;