Skip to content

Commit

Permalink
Remove relative property. (#511)
Browse files Browse the repository at this point in the history
Change messageing for toast message.
  • Loading branch information
amovar18 authored Feb 20, 2024
1 parent 7794a22 commit bd1624b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/extension/src/view/devtools/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ const App: React.FC = () => {
<ToastMessage
ref={toastMessageRef}
additionalStyles="text-sm"
text="For settings to take effect please reload all tab(s)."
text="Settings changed, please reload all tabs."
onClick={handleSettingsChange}
textAdditionalStyles="xxs:p-1 xxs:text-xxs sm:max-2xl:text-xsm leading-5"
/>
Expand Down
8 changes: 4 additions & 4 deletions packages/extension/src/view/popup/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const App: React.FC = () => {
{settingsChanged && (
<ToastMessage
additionalStyles="text-sm"
text="For settings to take effect please reload all tab(s)."
text="Settings changed, please reload all tabs."
onClick={handleSettingsChange}
textAdditionalStyles="xxs:p-1 text-xxs leading-5"
/>
Expand Down Expand Up @@ -119,7 +119,7 @@ const App: React.FC = () => {
{settingsChanged && (
<ToastMessage
additionalStyles="text-sm"
text="For settings to take effect please reload all tab(s)."
text="Settings changed, please reload all tabs."
onClick={handleSettingsChange}
textAdditionalStyles="xxs:p-1 text-xxs leading-5"
/>
Expand Down Expand Up @@ -149,7 +149,7 @@ const App: React.FC = () => {
{settingsChanged && (
<ToastMessage
additionalStyles="text-sm"
text="For settings to take effect please reload all tab(s)."
text="Settings changed, please reload all tabs."
onClick={handleSettingsChange}
textAdditionalStyles="xxs:p-1 text-xxs leading-5"
/>
Expand Down Expand Up @@ -196,7 +196,7 @@ const App: React.FC = () => {
{settingsChanged && (
<ToastMessage
additionalStyles="text-sm"
text="For settings to take effect please reload all tab(s)."
text="Settings changed, please reload all tabs."
onClick={handleSettingsChange}
textAdditionalStyles="xxs:p-1 text-xxs leading-5"
/>
Expand Down

0 comments on commit bd1624b

Please sign in to comment.