Compare commits
2 commits
67b915d722
...
7c0fdd142f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7c0fdd142f | ||
![]() |
69e971980c |
2 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,7 @@ export function PostSegment(props: { post: Post }): JSXElement {
|
|||
return (
|
||||
<div class="card compact w-full flex-grow border-b-2 border-b-base-300 bg-base-200 text-base-content transition-all hover:bg-base-300">
|
||||
<div class="card-body">
|
||||
<p class="break-words text-base-content">{props.post?.content}</p>
|
||||
<p class="break-words text-base-content md:px-6 md:pt-2">{props.post?.content}</p>
|
||||
<div class="card-actions justify-end">
|
||||
<button
|
||||
onClick={(): void => nav("/post/" + props.post?.id)}
|
||||
|
|
|
@ -46,8 +46,7 @@ export function Footer(): JSXElement {
|
|||
</nav>
|
||||
<aside>
|
||||
<p>
|
||||
Copyright © {new Date().getFullYear()} - All right reserved by Swarm
|
||||
Industries Ltd
|
||||
<b>{new Date().getFullYear()} ❄️ FrostByte</b>
|
||||
</p>
|
||||
</aside>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Reference in a new issue