0
Fork 0
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:
Naz 2022-07-04 16:47:41 +02:00
parent ec3d0b27cd
commit caffa12db6

View file

@ -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');