Skip to content

Commit

Permalink
fix: change text for brand logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-harris authored and skeptrunedev committed Dec 5, 2024
1 parent c1af4cb commit a4095d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontends/dashboard/src/pages/dataset/PublicPageSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ const PublicPageControls = () => {
<div class="grow">
<div class="flex items-center gap-1">
<label class="block" for="">
Brand Logo Link
In-Module Brand Icon Link
</label>
<Tooltip
tooltipText="URL for your brand's logo that will be displayed in the navbar of the public page."
tooltipText="Choose a small icon to be used in the chat module"
body={<FaRegularCircleQuestion class="h-3 w-3 text-black" />}
/>
</div>
Expand Down

0 comments on commit a4095d9

Please sign in to comment.