summaryrefslogtreecommitdiff
path: root/src/views/Gallery.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-09-03 15:25:32 +0200
committerJules Laplace <julescarbon@gmail.com>2021-09-03 15:25:32 +0200
commitf2c4d48523a8a6d541289e2d4c57a65eeb9f5af0 (patch)
tree9a8ed86a75b9bb7a85e9431c0d074431bded0d99 /src/views/Gallery.js
parent5fffdeb831a7fdc6a8e4c58c7d477dc4af78ec68 (diff)
displaying videos
Diffstat (limited to 'src/views/Gallery.js')
-rw-r--r--src/views/Gallery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Gallery.js b/src/views/Gallery.js
index 7bdf18b..c2bd62d 100644
--- a/src/views/Gallery.js
+++ b/src/views/Gallery.js
@@ -1,5 +1,5 @@
/**
- * Detail view, displaying text plus media
+ * Image gallery
*/
import React, { useState, useEffect } from "react";