Merge pull request #21238 from overleaf/rd-github-sync

Migrate the Github Sync modal to Bootstrap 5

GitOrigin-RevId: a6178fc2e9c7072d28d0a1b094b42dff12944781
This commit is contained in:
Rebeka Dekany
2024-11-04 09:05:14 +00:00
committed by Copybot
parent d37cbf8edb
commit 850bbceab6
8 changed files with 133 additions and 19 deletions
@@ -46,7 +46,7 @@ function LoadingSpinner({
<div className={classNames('loading', className, extraClasses)}>
<OLSpinner size={size} />
&nbsp;
{loadingText || t('loading')}
{loadingText || `${t('loading')}`}
</div>
)
}