Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit061c7ba

Browse files
author
Rafael Rodriguez
committed
chore: update wrap-anywhere tailwind class and inline tooltip check
1 parent4755bb3 commit061c7ba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎site/src/modules/resources/AppLink/AppLink.tsx‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ export const AppLink: FC<AppLinkProps> = ({
135135
</AgentButton>
136136
);
137137

138-
consttooltipContent=primaryTooltip||app.tooltip;
139-
140-
if(tooltipContent){
138+
if(primaryTooltip||app.tooltip){
141139
return(
142140
<TooltipProvider>
143141
<Tooltip>
@@ -146,7 +144,7 @@ export const AppLink: FC<AppLinkProps> = ({
146144
{primaryTooltip ?(
147145
primaryTooltip
148146
) :app.tooltip ?(
149-
<MarkdownclassName="text-content-secondary prose-sm font-medium[overflow-wrap:anywhere]">
147+
<MarkdownclassName="text-content-secondary prose-sm font-medium wrap-anywhere">
150148
{app.tooltip}
151149
</Markdown>
152150
) :null}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp