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 de66cf8
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions app/components/account/VerifiedBuildCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,9 @@ 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
that is publicly available, but this does not imply a security audit. For more details, refer to the{' '}
<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"
target="_blank"
Expand Down

0 comments on commit de66cf8

Please sign in to comment.