Skip to content

Commit

Permalink
change file 'Hash' string to 'ED2k'
Browse files Browse the repository at this point in the history
  • Loading branch information
duriancrepe committed Nov 24, 2024
1 parent 48ac1e6 commit 0e5d01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FileInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const FileInfo = ({ compact, file }: { compact?: boolean, file: FileType }) => {
<div className="text-xl font-semibold opacity-65">File Hashes</div>
<div className="flex flex-col gap-y-1">
<div className="flex">
<div className="min-w-[9.375rem] font-semibold">Hash</div>
<div className="min-w-[9.375rem] font-semibold">ED2K</div>
{mediaInfo.Hashes.ED2K ?? ''}
</div>
<div className="flex">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/utilities/FileSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const MediaInfoDetails = React.memo(({ file }: { file: FileType }) => {
</div>
<div className="flex flex-col gap-y-1">
<div className="flex break-after-all justify-between capitalize">
<span className="font-semibold">Hash</span>
<span className="font-semibold">ED2k</span>
</div>
<span className="break-all">{mediaInfo.Hashes.ED2K ?? ''}</span>
</div>
Expand Down

0 comments on commit 0e5d01f

Please sign in to comment.