mirror of
https://github.com/tlsnotary/proof_viz.git
synced 2026-01-08 20:07:56 -05:00
display proofs in reverse order
This commit is contained in:
@@ -120,7 +120,7 @@ impl Component for App {
|
||||
</div>
|
||||
|
||||
<div id="preview-area">
|
||||
{ for self.files.iter().map(Self::view_file) }
|
||||
{ for self.files.iter().rev().map(Self::view_file) }
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user