Skip to content

Commit

Permalink
fix: update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jul 11, 2024
1 parent d509061 commit 9e0dd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/connections/AlbyConnectionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import {
import { useState } from "react";
import { Link } from "react-router-dom";

import albyAccountDark from "public/images/illustrations/alby-account-dark.svg";
import albyAccountLight from "public/images/illustrations/alby-account-light.svg";
import BudgetAmountSelect from "src/components/BudgetAmountSelect";
import BudgetRenewalSelect from "src/components/BudgetRenewalSelect";
import ExternalLink from "src/components/ExternalLink";
Expand Down Expand Up @@ -40,6 +38,8 @@ import { Separator } from "src/components/ui/separator";
import { useAlbyMe } from "src/hooks/useAlbyMe";
import { LinkStatus, useLinkAccount } from "src/hooks/useLinkAccount";
import { App, BudgetRenewalType } from "src/types";
import albyAccountDark from "/images/illustrations/alby-account-dark.svg";
import albyAccountLight from "/images/illustrations/alby-account-light.svg";

function AlbyConnectionCard({ connection }: { connection?: App }) {
const { data: albyMe } = useAlbyMe();
Expand Down

0 comments on commit 9e0dd22

Please sign in to comment.