Add Photos UI
This commit is contained in:
@@ -84,7 +84,7 @@ export default function Note({ fileName, currentPath, contents }: NoteProps) {
|
||||
</textarea>
|
||||
|
||||
<span
|
||||
class={`flex justify-end items-center text-sm mt-1 mx-2 ${
|
||||
class={`flex justify-end items-center text-sm mt-1 mx-auto max-w-7xl ${
|
||||
hasSaved.value ? 'text-green-600' : 'text-slate-100'
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user