Skip to content

Acknowledge "Hidden" application fields are still public #3770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/builder/src/components/base/InputLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function InputLabel({
className="shrink ml-2 px-2 py-1"
bg="purple.900"
hasArrow
label="This info will be hidden from your projects Explorer page."
label="This info won't go on your project's Explorer page, but is still readable on-chain."
>
<span className="text-gray-400 text-xs mr-2 inline-block">
<EyeSlashIcon className="w-3 h-3 inline-block mr-0.5 align-middle" />
Expand Down