You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/page.tsx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ const team = [
29
29
],
30
30
},
31
31
{
32
-
name: "Vsevolod",
32
+
name: "Seva",
33
33
nickname: "Slonser",
34
-
description: "Security Researcher to the very core & a profitable Bug Bounty Hunter with a number of <span class='landing-highlight'> CVE </span> registered on his name.<br /><br />Seva makes the world a safer place by catching & reporting  <span class='landing-highlight'> 0-day </span>  vulnerabilities in products used by millions of users every day, including <span class='font-normal'>Metamask</span>, <span class='font-normal'>Tonkeeper</span>, <span class='font-normal'>Chromium</span>, <span class='font-normal'>Gmail</span>, <span class='font-normal'>Outlook</span> and <span class='font-normal'>DOMPurify</span>.",
34
+
description: "Security Researcher to the very core & a profitable Bug Bounty Hunter with a number of <span class='landing-highlight'> CVEs </span> registered on his name.<br /><br />Seva makes the world a safer place by catching & reporting  <span class='landing-highlight'> 0-day </span>  vulnerabilities in products used by millions of users every day, including <span class='font-normal'>Metamask</span>, <span class='font-normal'>Tonkeeper</span>, <span class='font-normal'>Chromium</span>, <span class='font-normal'>Gmail</span>, <span class='font-normal'>Outlook</span> and <span class='font-normal'>DOMPurify</span>.",
<textareaid="message"className="mt-2 block px-4 py-3 w-full text-sm lg:text-md xl:text-lg text-gray-900 bg-gray-50 rounded-xl border border-gray-300 focus:ring-theme-500 focus:border-theme-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-theme-500 dark:focus:border-theme-500 h-32"placeholder="Leave a comment, a link to the repository or anything else that you find useful."required></textarea>
310
+
<textareaname="message"id="message"className="mt-2 block px-4 py-3 w-full text-sm lg:text-md xl:text-lg text-gray-900 bg-gray-50 rounded-xl border border-gray-300 focus:ring-theme-500 focus:border-theme-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-theme-500 dark:focus:border-theme-500 h-32"placeholder="Leave a comment, a link to the repository or anything else that you find useful."required></textarea>
0 commit comments