Skip to content

Commit

Permalink
fix: remove padding for list in collapse component
Browse files Browse the repository at this point in the history
  • Loading branch information
VGau committed Sep 13, 2024
1 parent bba81ff commit bb08991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridge-ui/src/app/faq/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function FaqPage() {
<p>
If claiming isn&apos;t the issue, head to Lineascan and see if the transaction is pending, and in the queue:
</p>
<ul className="list-disc p-4">
<ul className="list-disc pl-8">
<li>
<Link
href="https://lineascan.build/txsDeposits"
Expand Down Expand Up @@ -161,7 +161,7 @@ export default function FaqPage() {

<Collapse title="How long does the bridging take?">
<p>This depends on the direction of your bridge:</p>
<ul className="list-disc p-4">
<ul className="list-disc pl-8">
<li>Deposit (L1 -&gt; L2): Approximately 20 minutes.</li>
<li>
Withdrawal (L2 -&gt; L1): Between 8 and 32 hours. The L2 transaction must be finalized on Ethereum Mainnet
Expand Down

0 comments on commit bb08991

Please sign in to comment.