|
@@ -14,7 +14,7 @@ function ComparePathsTable(props) {
|
|
|
const { path } = pageContainer.state;
|
|
const { path } = pageContainer.state;
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- <table className="table table-bordered compare-page-tabel">
|
|
|
|
|
|
|
+ <table className="table table-bordered compare-page-table">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th className="w-50">{t('original_path')}</th>
|
|
<th className="w-50">{t('original_path')}</th>
|