update bootstrap to version 5 (#158)

* chore: update bootstrap to version 5

* chore: fix lint

* merge master

* update components to use bootstrap 5
This commit is contained in:
Juan Sebastian velez Posada
2024-01-15 08:56:17 -05:00
committed by GitHub
parent ca79adc4e5
commit 3406e1c647
19 changed files with 3469 additions and 3278 deletions

View File

@@ -22,20 +22,21 @@ export default function SitesList({
};
return (
<div className="form-group">
<label htmlFor="sites" className="col-lg-2 control-label">
<div className="form-group mb-4">
<label htmlFor={`${label}-siteList`} className="col-lg-2 control-label">
{label}
</label>
<div className="col-lg-10">
<textarea
id={`${label}-siteList`}
className="form-control"
rows={rows ?? 3}
onChange={textareaChange}
placeholder={placeholder ?? 'http://google.com'}
value={sites}
></textarea>
<span className="help-block">
<span className="text-secondary">
{helpText}
<br />
One line per site.