Skip to content

Commit

Permalink
Refactor page title in BaseLayout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinpopa committed Sep 21, 2024
1 parent de60f2c commit 4b24038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import "../styles/global.css";
}
}
</script>
<title>Madalin Popa | DevOps Engineer, Cloud Solutions Expert</title>
<title>Madalin Popa | DevOps Engineer</title>
</head>
<body class="bg-slate-800 text-white font-serif">
<div class="min-h-[100dvh] grid grid-rows-[auto_1fr_auto]">
Expand Down

0 comments on commit 4b24038

Please sign in to comment.