mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Renamed root element name to match sodo-search-*
refs https://github.com/TryGhost/Team/issues/1665 - All search-related names were decided to have `sodo-search` prefix
This commit is contained in:
parent
ec3d0b27cd
commit
caffa12db6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
|
|||
import './index.css';
|
||||
import App from './App';
|
||||
|
||||
const ROOT_DIV_ID = 'ghost-search-root';
|
||||
const ROOT_DIV_ID = 'sodo-search-root';
|
||||
|
||||
function addRootDiv() {
|
||||
const elem = document.createElement('div');
|
||||
|
|
Loading…
Add table
Reference in a new issue