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