Skip to content

Commit

Permalink
WIP: fix pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
sstepanchuk committed Jan 24, 2025
1 parent 1171d69 commit d924e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/pagination.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use leptos::prelude::*;
#[component]
pub fn Comp() -> impl IntoView {
view! {
<div class="mt-8 flex justify-center">
<div class="flex justify-center">
<nav class="inline-flex rounded-md shadow">
<a href="#" class="px-3 py-2 rounded-l-md border border-gray-300 bg-white text-gray-500 hover:bg-gray-50">"Попередня"</a>
<a href="#" class="px-3 py-2 border-t border-b border-gray-300 bg-blue-600 text-white">"1"</a>
Expand Down

0 comments on commit d924e79

Please sign in to comment.