Formatting
This commit is contained in:
parent
8336611f54
commit
6542da7e30
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ export default function ApiKeyListContainer() {
|
||||||
query={query}
|
query={query}
|
||||||
success={({ data }) => (
|
success={({ data }) => (
|
||||||
<>
|
<>
|
||||||
<div className=" flex flex-col justify-between truncate pl-2 pr-1 sm:flex-row">
|
<div className="flex flex-col justify-between truncate pl-2 pr-1 sm:flex-row">
|
||||||
<div className="mt-9">
|
<div className="mt-9">
|
||||||
<h2 className="font-cal text-lg font-medium leading-6 text-gray-900">{t("api_keys")}</h2>
|
<h2 className="font-cal text-lg font-medium leading-6 text-gray-900">{t("api_keys")}</h2>
|
||||||
<p className="mt-1 mb-5 text-sm text-gray-500">{t("api_keys_subtitle")}</p>
|
<p className="mt-1 mb-5 text-sm text-gray-500">{t("api_keys_subtitle")}</p>
|
||||||
|
|
Loading…
Reference in a new issue