@ -1,6 +1,6 @@
|
|||||||
// @flow
|
// @flow
|
||||||
import { observer } from "mobx-react";
|
import { observer } from "mobx-react";
|
||||||
import { TemplateIcon } from "outline-icons";
|
import { ShapesIcon } from "outline-icons";
|
||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { type Match } from "react-router-dom";
|
import { type Match } from "react-router-dom";
|
||||||
@ -29,7 +29,7 @@ function Templates(props: Props) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Scene
|
<Scene
|
||||||
icon={<TemplateIcon color="currentColor" />}
|
icon={<ShapesIcon color="currentColor" />}
|
||||||
title={t("Templates")}
|
title={t("Templates")}
|
||||||
actions={
|
actions={
|
||||||
<Action>
|
<Action>
|
||||||
|
Reference in New Issue
Block a user