mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-18 09:22:47 +08:00
Try to make the backlinks section prettier
I'm not totally convinced that it should be here.
This commit is contained in:
@ -76,6 +76,7 @@ class NoteViewer extends StatelessWidget {
|
||||
url, note.parent.folderPath + p.separator, null, null),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 16.0),
|
||||
NoteBacklinkRenderer(note: note, rootFolder: rootFolder),
|
||||
// _buildFooter(context),
|
||||
],
|
||||
|
Reference in New Issue
Block a user