From e8744a1620d7761cf721f1cc21562ad2c6ec8e5c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 8 Oct 2023 15:21:04 +0300 Subject: vnext: react-helmet -> react-helmet-async --- vnext/src/ui/Settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui/Settings.js') diff --git a/vnext/src/ui/Settings.js b/vnext/src/ui/Settings.js index 1205cd49..82a84be9 100644 --- a/vnext/src/ui/Settings.js +++ b/vnext/src/ui/Settings.js @@ -7,7 +7,7 @@ import Icon from './Icon' import UploadButton from './UploadButton' import Avatar from './Avatar' import { useVisitor } from './VisitorContext' -import { Helmet } from 'react-helmet' +import { Helmet } from 'react-helmet-async' /** * @param {{ onChange: Function }} props -- cgit v1.2.3