Skip to content

Commit

Permalink
Adding functionality when user clicks on some of the boxes, the borde…
Browse files Browse the repository at this point in the history
…r color to become blue and box title to be blue and with underline
  • Loading branch information
tihomir-petrovv committed Apr 24, 2024
1 parent cff4896 commit d18cb0c
Show file tree
Hide file tree
Showing 38 changed files with 443 additions and 4 deletions.
Binary file modified .next/cache/webpack/client-development/0.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/2.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/3.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/4.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/7.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.old
Binary file not shown.
4 changes: 2 additions & 2 deletions .next/static/chunks/pages/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .next/static/chunks/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ !function() {
/******/ __webpack_require__.h = function() { return "03c71158b56ffcfc"; }
/******/ __webpack_require__.h = function() { return "ae519bc8773cdef6"; }
/******/ }();
/******/
/******/ /* webpack/runtime/global */
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":["./node_modules/next/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","./node_modules/next/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js","./node_modules/next/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js","./node_modules/next/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js","./node_modules/next/node_modules/@babel/runtime/helpers/esm/slicedToArray.js","./node_modules/next/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js"]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
82 changes: 82 additions & 0 deletions .next/static/webpack/pages/index.03c71158b56ffcfc.hot-update.js

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions .next/static/webpack/pages/index.664b18278b68d5c2.hot-update.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d18cb0c

Please sign in to comment.