Skip to content

Commit

Permalink
remove note styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Oct 30, 2024
1 parent 9bac59b commit ec113e8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions app/components/account/VerifiedBuildCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,8 @@ export function VerifiedBuildCard({ data, pubkey }: { data: UpgradeableLoaderAcc
<h3 className="card-header-title mb-0 d-flex align-items-center">Verified Build</h3>
<small>Information provided by osec.io</small>
</div>
<div
className="alert mt-2"
style={{
backgroundColor: '#2a3b3c',
borderRadius: '5px',
color: '#c9e2e1',
padding: '10px',
}}
>
<strong>Note:</strong> Verified builds indicate that the onchain build was built from the source code
<div className="alert mt-2 mb-2">
Verified builds indicate that the onchain build was built from the source code
that is publicly available, but this does not imply a security audit. For more details, refer to the{' '}
<a
href="https://solana.com/developers/guides/advanced/verified-builds"
Expand Down

0 comments on commit ec113e8

Please sign in to comment.