Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

cd:
name: Docker Build & Deployb
name: Docker Build & Deploy
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:

cd:
name: Build and Test Java SpringBoot Application and Integrate Updates
name: Build and Test Java SpringBoot Application
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7">
<h1 class="display-5 fw-bold">Library Management Platform.</h1>
<h1 class="display-5 fw-bold">Library Management Platform</h1>
<p class="lead">Discover, reserve and borrow resources easily and securely. Role-based dashboards, notifications, and resilient loan workflows.</p>
<div class="d-flex gap-2 mt-4">
<a th:href="@{/login}" class="btn btn-light btn-lg">Login</a>
Expand Down