Skip to content

Commit

Permalink
refactor: add first letter of middle name. Adds a hint of mystery....
Browse files Browse the repository at this point in the history
  • Loading branch information
like-a-bause committed Nov 10, 2022
1 parent 4b140bc commit 1fdc4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub fn app() -> Html {
<main class="container px-3 px-lg-5 mx-auto theme-bg-light p-5 mb-5 my-5 shadow-lg">
<header class={"row align-items-center"}>
<div class={"header-title col-12 col-md-6 col-lg-8 col-xl-9"}>
<h2>{"Felix Bause"}</h2>
<h2>{"Felix B. Bause"}</h2>
<h4>{"Senior Software Engineer"}</h4>
</div>
<div class={"header-contact col-12 col-md-6 col-lg-4 col-xl-3"}>
Expand Down

0 comments on commit 1fdc4b8

Please sign in to comment.