We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab67dc commit d7ee5bcCopy full SHA for d7ee5bc
src/app/[locale]/(legal)/security/page.tsx
@@ -13,6 +13,9 @@ export default function Page() {
13
<h1 className="font-title text-90 font-semibold leading-none lg:text-68 md:text-56 sm:text-40">
14
Bytebase Security Details
15
</h1>
16
+ <p className="text-gray-50 sm:my-3">
17
+ Last modified: <time>Mar 24, 2026</time>
18
+ </p>
19
<h2 id="general">General practices</h2>
20
<ul>
21
<li>Access to all internal systems is protected by multi-factor authentication.</li>
0 commit comments