Rename project to pl-fe

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-04-28 23:09:10 +02:00
parent 7ae2b4282f
commit 2b33d1d6aa
9 changed files with 24 additions and 16 deletions

View File

@ -22,7 +22,7 @@ const Portal: React.FC<IPortal> = ({ children }) => {
return (
ReactDOM.createPortal(
children,
document.getElementById('soapbox') as HTMLDivElement,
document.getElementById('plfe') as HTMLDivElement,
)
);
};