Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
feat: Updated src/pages/partners/payment-agent/_wh
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 15, 2024
1 parent 97ed5b5 commit b73b1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/partners/payment-agent/_who-can-apply.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react'
import React, { useState } from 'react'
import styled from 'styled-components'
import {
StyledSection,
Expand Down Expand Up @@ -33,7 +33,7 @@ type StyledLinkButtonProps = {
id?: string
}

const StyledLinkButton = styled(LinkButton)<StyledLinkButtonProps>``
const StyledLinkButton = styled(LinkButton)``

const HeaderHowToApply = styled(SecondaryHeader)`
@media ${device.tablet} {
Expand Down

0 comments on commit b73b1a2

Please sign in to comment.