Skip to content

Commit

Permalink
Merge pull request #461 from trobonox/main
Browse files Browse the repository at this point in the history
Small fixes for v0.6 release
  • Loading branch information
trobonox authored Dec 8, 2023
2 parents 5ed17ac + 6f5775f commit f0de28d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt install -y --no-install-recommends \
pkg-config
RUN rustup target add aarch64-unknown-linux-gnu
RUN rustup toolchain install stable-aarch64-unknown-linux-gnu
RUN cargo install --version 1.4.0 tauri-cli
RUN cargo install --version 1.5.7 tauri-cli
WORKDIR /app

ENV CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt install -y --no-install-recommends \
pkg-config
RUN rustup target add armv7-unknown-linux-gnueabihf
RUN rustup toolchain install stable-armv7-unknown-linux-gnueabihf
RUN cargo install --version 1.4.0 tauri-cli
RUN cargo install --version 1.5.7 tauri-cli
WORKDIR /app

ENV CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc \
Expand Down
2 changes: 1 addition & 1 deletion components/modal/Kanban.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
>
Card Color
</h2>
<div class="flex flex-row gap-4">
<div class="mb-6 flex flex-row gap-4">
<button
class="h-7 w-7 rounded-full bg-pink-600 py-1 pl-1.5 pr-1 hover:bg-pink-700"
@click="setCardColor(columnID, cardID, 'bg-pink-600')"
Expand Down

0 comments on commit f0de28d

Please sign in to comment.