Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
travel
Commits
99795566
Commit
99795566
authored
Jun 29, 2022
by
백승민
Browse files
pic_img_url
parent
5b52324d
Changes
2
Show whitespace changes
Inline
Side-by-side
frontend/src/pages/body.tsx
View file @
99795566
...
...
@@ -39,7 +39,7 @@ export default function Body() {
</
div
>
<
div
className
=
"flex md:basis-4/5 grid grid-rows-3 grid-cols-5 outline"
>
{
url
.
map
(
url
=>
(
<
div
className
=
"flex justify-items-center"
>
{
url
.
url
}
</
div
>
<
div
className
=
"flex justify-items-center"
key
=
{
url
.
url
}
>
{
url
.
url
}
</
div
>
))
}
{
/* pic */
}
</
div
>
...
...
frontend/src/url.ts
x
→
frontend/src/url.ts
View file @
99795566
...
...
@@ -19,15 +19,3 @@ let url = [
export
default
function
getUrl
(){
return
url
;
}
// Url() {
// const imgs = [1, 2, 3, 4, 5];
// return (
// {
// imgs.map(img => (
// <div className="flex justify-items-center">{img}</div>
// ))
// } // Board Page
// );
// };
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment