Skip to content

Commit

Permalink
Update year
Browse files Browse the repository at this point in the history
  • Loading branch information
the1bit authored Feb 22, 2024
1 parent 0e7d957 commit 15de561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class PostApi extends React.Component {
const appWidth = window.innerWidth
return (
<div>
<p class="pageSubHeader">(Azure 7 hetes képzés 2023.)</p>
<p class="pageSubHeader">(Azure 7 hetes képzés 2024.)</p>
<div class="row">
<div class="col-md-6 offset-md-3">
<div class="form-container" style={appWidth < 500 ? { paddingLeft: "50px" } : { paddingLeft: "35%" }}>
Expand Down

0 comments on commit 15de561

Please sign in to comment.