Style change on repo sidebar, fix pull command

Sat Apr 12 2025

Tucker McKnight


    

6ea1bc22ca0e98f7cce539162c88094caad5a296

darcs pull https://repos.tuckerm.us/repos/eleventy-darcs/branches/main -h 6ea1bc22ca0e98f7cce539162c88094caad5a296
repo.njk:18
Before
            <h2 class="fs-6 ">Clone repository</h2>
After
            <h2 class="fs-6 my-0">Clone repository</h2>
repo.njk:36
Before
        <div class="row ">
After
        <div class="row align-items-center">
repo.njk:38
Before
            <h2 class="fs-6 ">Recent patches</h2>
After
            <h2 class="fs-6 my-0">Recent patches</h2>
repo.njk:75
Before
    navigator.clipboard.writeText(`darcs clone {{url}} -h ${hash}`).then(() => {
After
    navigator.clipboard.writeText(`darcs pull {{url}} -h ${hash}`).then(() => {